Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi Pratik, If you run the following command it will show you the actual MAC addresses learned on the port - this might tell you what's going on. #show port-security interface gi 0/27 addressCheersStephen
Hi Pratik, If you want to tie the ports down to only the laptop and phone then I would recommend the following. Configure port security for sticky MAC addresses - #switchport port-security mac-address stickySet a maximum of two allowed MAC addresses ...
Hi Pratik, I think Conor has got it nailed. When the "switchport port-security mac-address sticky" command is used, then all MAC addresses dynamically learned on that port are added to the running configuration. As a result, if two old MAC addresses ...
Hi Jey, As suggested by Kardik, if you post the config we can have a look at what the problem might be. In the meantime, check the configuration under #line vty 0 15. Make sure that #transport input telnet or #transport input all is configured. In ad...
Hi Guys,I agree, redistributing 1.1.1.0/24 should also set the AD 170 and then the route would be chosen on metric. However, I think you would need to redistribute connected (with a route-map matching 1.1.1.0/24) on both EIGRP 1 and EIGRP 56. I don't...