6pe2 configuration, Ce2 configuration – Brocade Multi-Service IronWare Multiprotocol Label Switch (MPLS) Configuration Guide (Supporting R05.6.00) User Manual
Page 829
Multi-Service IronWare Multiprotocol Label Switch (MPLS) Configuration Guide
805
53-1003031-02
Configuring 6PE
9
6PE1(config-if-e10000-1/2)# exit
6PE1(config)# router bgp
6PE1(config-bgp)# local-as 1
6PE1(config-bgp)# neighbor 10.40.40.1 remote-as 1
6PE1(config-bgp)# address-family ipv6 unicast
6PE1(config-bgp-ipv6u)# neighbor 2001:db8:1111::1 remote-as 2
6PE1(config-bgp-ipv6u)# neighbor 10.40.40.1 activate
6PE1(config-bgp-ipv6u)# neighbor 10.40.40.1 send-label
6PE1(config-bgp-ipv6u)# exit
6PE1(config)# router mpls
6PE1(config-mpls)# mpls-interface ethernet 1/2
6PE1(config-mpls)# lsp tunnel1
6PE1(config-mpls-lsp-tunnel1)# to 10.40.40.1
6PE1(config-mpls-lsp-tunnel1)# from 10.30.30.1
6PE1(config-mpls-lsp-tunnel1)# enable
6PE1(config-mpls-lsp-tunnel1)# exit
6PE2 configuration
This configuration example describes the operational requirements for the 6PE2 router. The 6PE
and the MPLS tunnel are configured between the 6PE2 and 6PE1 routers.
6PE2(config)# interface ethernet 1/1
6PE2(config-if-e10000-1/1)# ipv6 address 2001:db8:2222::2/64
6PE2(config-if-e10000-1/1)# exit
6PE2(config)#interface ethernet 1/2
6PE2(config-if-e10000-1/2)# ip address 10.40.40.1/24
6PE2(config-if-e10000-1/2)# exit
6PE2(config)# router bgp
6PE2(config-bgp)# local-as 1
6PE2(config-bgp)# neighbor 10.30.30.1 remote-as 1
6PE2(config-bgp)# address-family ipv6 unicast
6PE2(config-bgp-ipv6u)# neighbor 2001:db8:2222::1 remote-as 3
6PE2(config-bgp-ipv6u)# neighbor 10.30.30.1 activate
6PE2(config-bgp-ipv6u)# neighbor 10.30.30.1 send-label
6PE2(config-bgp-ipv6u)# exit
6PE2(config)# router mpls
6PE2(config-mpls)# mpls-interface ethernet 1/2
6PE2(config-mpls)# lsp tunnel1
6PE2(config-mpls-lsp-tunnel1)# to 10.30.30.1
6PE2(config-mpls-lsp-tunnel1)# from 10.40.40.1
6PE2(config-mpls-lsp-tunnel1)# enable
6PE2(config-mpls-lsp-tunnel1)# exit
CE2 configuration
This configuration example describes the operational requirements for the CE2 router. EBGP is
configured between the CE2 and 6PE2 routers, and the connected route is redistributed through
this connection.
CE2(config)# interface loopback 1
CE2(config-lbif-1)# ipv6 address 2001:db8:2222::2/128