cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3462
Views
0
Helpful
1
Replies

ACL ipv4 and ipv6 on same line vty

joseramada
Level 1
Level 1

Hello everyone.

I've just want to confirm if I can protect a router (telnet and ssh) putting 2 ACL's (one IPv4 and other IPv6) on the same line vty. Something like:

line vty 0 4
 access-class hostsIPv4 in
 ipv6 access-class hostsIPv6 in

Do I have to use named ACLs?

Thanks in advance

1 Accepted Solution

Accepted Solutions

kerstin-534
Level 1
Level 1

Yes,

you can do that.

line vty 0 4

access-class 60 in

ipv6 access-class acl-ipv6-access in

transport input telnet ssh

regards,

Herbert

View solution in original post

1 Reply 1

kerstin-534
Level 1
Level 1

Yes,

you can do that.

line vty 0 4

access-class 60 in

ipv6 access-class acl-ipv6-access in

transport input telnet ssh

regards,

Herbert