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

Access-class for IPv6 in CRS

juanppp
Level 1
Level 1

Is possible have an access-class for IPV4 and another access-class for IPv6 in the line default for an CRS-1?

acctually, I have the access-class for IPv4 in the line default and want to add an access-class for IPv6.  How could I do it?

1 Reply 1

Laurent Aubert
Cisco Employee
Cisco Employee

Hi,

What you can try is configuring two line template, one for v4 and one for v6 and apply them to two different VTY pools:

vty-pool ipv4 0 4 line-template supportv4
vty-pool ipv6 5 9 line-template supportv6
!
line template supportv4
 access-class in ipv4-acl
!
line template supportv6
 access-class in ipv6-acl
!

Another solution is to use MPP:

http://www.cisco.com/en/US/docs/routers/crs/software/crs_r3.9/security/configuration/guide/sc39mpp.html

HTH

Laurent.