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 am configuring an IPv6 ACL for my transit link interface, where I run a BGP session with the ISP that provides me with the link and I am configuring the ACL this way:ipv6 access-list BOGON-IPv6deny ipv6 ::/128 anydeny ipv6 ::1/128 anydeny ipv6 ::ff...
I'm trying to connect from my Rocky Linux 9.3 Linux server that uses OpenSSH version 8.7 on Nexus 9k switches that run the software version 7 and version 9.3In version 7 I get the following errorUnable to negotiate with 192.168.160.10 port 22: no mat...
I'm trying to configure IPv6 access for a BGP session and I want to control this through CoPP, to have more control plane security on my Cisco router with IOS, I did an initial configuration and it continues to accept connections from IPs that I didn...
I come from the Juniper world, where I can apply firewall filters, like acl's on the router's loopback that can filter source IP's for the services I want to allow access to, there is something similar in Cisco or the most common is to use ACL's on i...
I understood that, I just wanted to understand if my example there is correct or if anyone here has any considerations or configuration examples for me to test and evolve the configuration here, I even used the RFC example and I was unsuccessful.