Use case scenario: 6vpe with p router – Brocade Multi-Service IronWare Multiprotocol Label Switch (MPLS) Configuration Guide (Supporting R05.6.00) User Manual
Page 845
Multi-Service IronWare Multiprotocol Label Switch (MPLS) Configuration Guide
821
53-1003031-02
Configuring 6VPE
9
Create a route distinguisher for the VRF:
Brocade(config-vrf-A)# rd 1:1
Configure the address family:
Brocade(config-vrf-A)# address-family ipv6
2. Interface configuration
Assign an interface to the VRF:
Brocade(config)# interface ethernet 1/1
Brocade(config-if-e10000-1/1)# vrf forwarding A
Brocade(config-if-e10000-1/1)#
Configure the IPv6 address:
Brocade(config)# interface ethernet 1/1
Brocade(config-if-e10000-1/1)# ipv6address 3ffe:db8::2/64
3. BGP configuration
Enable the VPNv6 address family on the router:
Brocade(config-bgp)# address-family vpnv6 unicast
Configure the IPv4 peer 10.0.0.1 in VPNv6 unicast address family:
Brocade(config-bgp-vpnv6u)# neighbor 10.0.0.1 remote-as 100
Configure outbound route filtering send capability to neighbor 10.0.0.1:
Brocade(config-bgp-vpnv6u)# neighbor 10.0.0.1 capability orf prefixlist send
4. MPLS configuration
Configure the MPLS interface:
Brocade(config)# router mpls
Brocade(config-mpls)# mpls-interface ethernet 1/5
Configure the LSP:
Brocade(config-mpls)# lsp 6vpetunn
Brocade(config-mpls-lsp-6vpetunn)# to 10.0.0.1
Brocade(config-mpls-lsp-6vpetunn)# enable
Use case scenario: 6VPE with P router
shows 6VPE packet flow when PE routers are connected with intermediate P routers in an
MPLS network.
FIGURE 97
6VPE with P router