Re: [c-nsp] NXOS 7 apply VTY access-list to both IPv4 and IPv6

2021-01-13 Thread Tim Stevenson (tstevens) via cisco-nsp
--- Begin Message --- Should be like this: tstevens-9236c-1(config)# line vty tstevens-9236c-1(config-line)# ip ip ipv6 tstevens-9236c-1(config-line)# ip access-class foo in tstevens-9236c-1(config-line)# ipv6 access-class bar in tstevens-9236c-1(config-line)# sh run | sec vty line vty

Re: [c-nsp] NXOS 7 apply VTY access-list to both IPv4 and IPv6

2021-01-13 Thread Francisco José Bernal Fernández
Hi . You need to create ipv6 acces-list. Regards > El 13 ene 2021, a las 18:10, Drew Weaver escribió: > > Nevermind I actually figured this out. I had created the V6 ACL as a V4 ACL. > > Apologies for the bytes. > > -Original Message- > From: cisco-nsp On Behalf Of Drew Weaver >

Re: [c-nsp] NXOS 7 apply VTY access-list to both IPv4 and IPv6

2021-01-13 Thread Drew Weaver
Nevermind I actually figured this out. I had created the V6 ACL as a V4 ACL. Apologies for the bytes. -Original Message- From: cisco-nsp On Behalf Of Drew Weaver Sent: Wednesday, January 13, 2021 12:01 PM To: 'cisco-nsp@puck.nether.net' Subject: [c-nsp] NXOS 7 apply VTY access-list to

[c-nsp] NXOS 7 apply VTY access-list to both IPv4 and IPv6

2021-01-13 Thread Drew Weaver
Hello, I am doing basic configuration on a switch with NXOS 7. It seems to not want to let me specify different ACLs per "address family" even though it seems to imply that it should be possible. If I enter the command as "ip access-class V4ACL in" and then try to enter "ipv6 access-class