Monitoring and maintaining ipv6 vpn over mpls, Session limit per vrf – Cisco 10000 User Manual

Page 147

Advertising
background image

4-15

Cisco 10000 Series Router Software Configuration Guide

OL-2226-23

Chapter 4 Configuring Multiprotocol Label Switching

Session Limit Per VRF

!

router isis

net 49.0000.0000.0002.00

redistribute connected metric 50

passive-interface Loopback0

!

router bgp 100

bgp log-neighbor-changes

neighbor 200.10.10.1 remote-as 100

neighbor 200.10.10.1 update-source Loopback0

neighbor 8008::72a remote-as 200

!

address-family ipv4

neighbor 200.10.10.1 activate

no auto-summary

no synchronization

exit-address-family

!

address-family ipv4 multicast

no auto-summary

exit-address-family

!

address-family vpnv6

neighbor 200.10.10.1 activate

neighbor 200.10.10.1 send-community extended

exit-address-family

!

address-family ipv6 vrf red

no synchronization

redistribute connected

exit-address-family

!

address-family ipv6 vrf blue

neighbor 8008::72a activate

no synchronization

redistribute connected

exit-address-family

!

ip classless

no ip http server

!

end

Monitoring and Maintaining IPv6 VPN over MPLS

For information on monitoring and maintaining IPv6 VPN over MPLS, see the Verifying and
Troubleshooting IPv6 VPN section in the Implementing IPv6 VPN over MPLS (6VPE) chapter of the
Cisco IOS IPv6 Configuration Guide, Release 12.4T guide at:

http://www.cisco.com/en/US/docs/ios/12_2t/ipv6/SA_vpnv6_ps6441_TSD_Products_Configuration_G
uide_Chapter.html#wp1078529

Session Limit Per VRF

The session limit Per VRF feature enables you to limit the number of sessions that can be established
for VPDN groups associated with a specific VPDN template. Previously, you associated all VPDN
groups configured on the router with a single template. By using the session limit Per VRF feature, you
can create, define, and name multiple VPDN templates, including a default VPDN template. You can

Advertising