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.
I configured a 2960x not to require authentication on the console port. aaa authentication login NoPassword none
line con 0
exec-timeout 0 0
privilege level 15
login authentication NoPassword
stopbits 1 But on firmware version 15.2(7)E10 if I al...
Hi Everyone,I've configured PBR on a C4500X and it works perfectly for client traffic hitting the router, but traffic originating from the SVI itself doesn't use the PBR. I confirmed this by monitoring the traffic on the next-hop (not a cisco device)...
@poongarg these lines in the logs are when I did no aaa authorization console and no aaa authorization exec default and I'm actually able to log in (albeit not in exec mode). If you look further down the logs you can notice it passing authentication ...
@Giuseppe Larosa Thank you for pointing me to my error so nicely. I'll do some research on HSRP/VRRP to see if it's possible to implement them using a single router. I was also thinking if it's possible to achieve this using VRFs - I'm doing some res...
Hi @Giuseppe Larosa,There is only one subnet in the vlan, the secondary SVI IP is in the same subnet as the primary SVI IP.I know I can configure access-list to target specific hosts/subnets, I was looking for a way the PBR can get applied without in...
I have a vlan with 2 SVI addresses (primary and secondary). I'm trying to route certain traffic from the vlan based on which SVI address the client use as their subnet gateway.