PDA

View Full Version : I have notice some bug in my 2811/2620


sharadkr6
07-18-2008, 06:56 AM
:rolleyes:hi all,
I have faced some peculiar problem in my both router which i have noticed recently. Problem is that some of command is missing in my ios i.e. access-group command. I have used privilege level 15 (default).Both of my router in Lab scenario mode. I have used fresh configuration quite many times. Actually it worked first time properly. and when i take the control through telnet i found that Access-Group command is not available. so i go to physical control through console port and try to rectify it but couldn’t success. Even i have erase the IOS and Configuration also but it wouldn’t worked.
I mean to say that whenever I go to interface to implement the access-list i.e:

Router(config)#Access-list 10 deny host 192.168.1.5
Router(config)#Access-list 10 permit any
Router(config)# int f0/0
Router(config-if)# ip access-group 10 in (At this point the command Access-Group is not accepted and only available command is Access-expression and Arp that is my problem)

your help will be appreciated

Big Evil
07-18-2008, 07:57 AM
I remeber reading something about this, it is someting to do with software.

If you type "sh version", what ios is shown?

sharadkr6
07-18-2008, 11:01 AM
I remeber reading something about this, it is someting to do with software.

If you type "sh version", what ios is shown?
my 2811 router has IOS 12.4 and 2620 has IOS 12.3.

lammle
07-18-2008, 12:24 PM
Make sure you have ip routing enabled.
config t
ip routing

also, that is not a switch port is it? If you have a switch card, then that command would be put under the vlan interface.

Just trying anything here because that should work.
Todd

sharadkr6
07-18-2008, 12:42 PM
Make sure you have ip routing enabled.
config t
ip routing

also, that is not a switch port is it? If you have a switch card, then that command would be put under the vlan interface.

Just trying anything here because that should work.
Todd

Thanks Sir, this was my first post to your forum and I am highly obliged to find you responding. There is nothing to say that your books easily understandable and awesome.

lammle
07-18-2008, 12:53 PM
Thank you for the kind words. Always apprecaited!

I hope we can help fix your problem.

Cheers!
Todd

sharadkr6
07-19-2008, 12:09 AM
So I am sending you full configuration.
Router > en
Router # config t
Router(config)# hostname Router1
Router(config)#int f0/0
Router(config-if)# ip add 192.168.1.1 255.255.255.0
Router(config-if)# no shut
Router(config-if)#int s0/0
Router(config-if)#ip add 10.10.10.1 255.255.255.252
Router(config-if)#no shut
Router(config-if)#clock rate 64000
Router(config-if)#exit
Router(config)#ip routing
Router(config)#ip route 172.16.1.0 255.255.255.0 10.10.10.2
Router1(config)#Access-list 10 deny host 192.168.1.5
Router1(config)#Access-list 10 permit any
Router1(config)# int f0/0
Router1(config-if)# ip access-group 10 in (The problem still persist so I am discussing you again)

lammle
07-19-2008, 12:51 PM
Okay, since your hostname didn't change in your configs when you typed it in, this leads me to beleive you typed in your configs in the forum and did not copy/paste what you actually did on the router.
I don't see a problem here nor do not know why it is not working.
As a side note, you do not need to type in the ip routing command. If you type in an IP address on an interface, it automatically enables it, if it were disabled in the first place.
What I want you to do is to send a copy of the "show run" output.
Other then that, I just dont' have the answer .
Todd