D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 2 Configuring BGP IP VPN
2-169
DES-7200(config-router-af)# redistribute ospf 10
DES-7200(config-router-af)# redistribute connected
DES-7200(config-router-af)# end
DES-7200# configure terminal
DES-7200(config)# router ospf 20 VPN2
DES-7200(config-router)# network 192.168.40.0 255.255.255.0 area 0
DES-7200(config-router)# redistribute bgp subnets
DES-7200(config-router)# exit
DES-7200(config)# router bgp 1
DES-7200(config-router)# address-family ipv4 vrf VPN2
DES-7200(config-router-af)# redistribute ospf 20
DES-7200(config-router-af)# redistribute connected
DES-7200(config-router-af)# end
# Configure MPLS signaling protocol for backbone network. Enable MPLS capability on WAN
interface.
DES-7200# configure terminal
DES-7200(config)# mpls ip
DES-7200(config)# mpls router ldp
DES-7200(config-mpls-router)# ldp router-id interface loopback 0 force
DES-7200(config-mpls-router)# exit
DES-7200(config)# interface gigabitethernet 1/1
# In case of a switch, configure the interface to RoutedPort interface (not applicable to a
router)
DES-7200(config-if-GigabitEthernet 1/1)# no switchport
# In case of a router, enable fast forwarding on the interface (not applicable to a switch)
DES-7200(config-if-GigabitEthernet 1/1)# ip ref
DES-7200(config-if-GigabitEthernet 1/1)# ip address 172.168.40.2 255.255.255.0
DES-7200(config-if-GigabitEthernet 1/1)# label-switching
DES-7200(config-if-GigabitEthernet 1/1)# mpls ip
DES-7200(config-if-GigabitEthernet 1/1)# end
# Configure routing protocol for the backbone network
DES-7200# configure terminal
DES-7200(config)# router ospf 1
DES-7200(config-router)# network 172.168.40.0 0.0.0.255 area 0
DES-7200(config-router)# network 172.168.0.2 0.0.0.0 area 0
DES-7200(config-router)# end