Applying acls to my 2950 switch is frustrating the hell out of me. this in one acl i created.
AASH2950#sh ip access-list
Extended IP access list 102
deny tcp host 9.9.9.15 host 9.9.9.2 eq telnet
permit tcp any any
**After i create that access list i tried to apply it to a ethernet port and i get the followin error:
AASH2950(config)#int fa0/1
AASH2950(config-if)#ip access-group 102 in
^
% Invalid input detected at '^' marker.
** I then try to apply it to a Vlan 1 and get this error:
AASH2950(config-if)# vlan 1
AASH2950(config-vlan)# ip access-group 102 in
% Invalid input detected at '^' marker.
**** when trying to apply to the interface the IP is not a recoginzed word and the other access is not a recognized word. I even copy the exact example from cisco website and get the same error. I NEED HELP
AASH2950#sh ip access-list
Extended IP access list 102
deny tcp host 9.9.9.15 host 9.9.9.2 eq telnet
permit tcp any any
**After i create that access list i tried to apply it to a ethernet port and i get the followin error:
AASH2950(config)#int fa0/1
AASH2950(config-if)#ip access-group 102 in
^
% Invalid input detected at '^' marker.
** I then try to apply it to a Vlan 1 and get this error:
AASH2950(config-if)# vlan 1
AASH2950(config-vlan)# ip access-group 102 in
% Invalid input detected at '^' marker.
**** when trying to apply to the interface the IP is not a recoginzed word and the other access is not a recognized word. I even copy the exact example from cisco website and get the same error. I NEED HELP