Hi threre !
First of all thanks for reading it =). I have a ACL created via web interface, and I need to apply it to a determinate port by command.
I have been surfing in the community and I every where say the same:
Device> enable
Device# configure terminal
Device(config)# interface fastethernet 0/0/0
Device(config-if)# ip access-group <created_ACL> in
Device(config-if)# end
The problem is that the command "ip access-group" is not recognized in my cisco. If I put the "?" command to see the posibles commands only appear "ip access-list".
What I am doing wrong? Any idea?
Thanks again.