D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 2 Configuring BGP IP VPN
2-157
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.10.0 0.0.0.255 area 0
DES-7200(config-router)# network 172.168.0.1 0.0.0.0 area 0
DES-7200(config-router)# end
P1:
The configuration steps are similar to that of P in the MPLS backbone network
SITEB:
# Configure to run OSPF protocol with PE2 and SITEA. The OSPF protocol runs over the
backup link with SITEA.
DES-7200# configure terminal
DES-7200(config)# router ospf 10
DES-7200(config-router)# network 192.168.30.0 255.255.255.0 area 0
DES-7200(config-router)# network 192.168.20.0 255.255.255.0 area 0
# Configure OSPF cost on interface
DES-7200# configure terminal
DES-7200(config)# interface gigabitethernet 1/0
# In case of a switch, configure the interface to RoutedPort interface (not applicable to a
router)
DES-7200(config-if-GigabitEthernet 1/0)# no switchport
# In case of a router, enable fast forwarding on the interface (not applicable to a switch)
DES-7200(config-if-GigabitEthernet 1/0)# ip ref
DES-7200(config-if-GigabitEthernet 1/0)# ip address 192.168.30.2 255.255.255.0
DES-7200(config-if-GigabitEthernet 1/0)# ip ospf cost 1
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 192.168.20.2 255.255.255.0