D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 3 MPLS Reliability Configuration
3-23
DES-7200(config-if-GigabitEthernet 2/1)#no switchport
## Execute the following command on the switch (not applicable to a router).
DES-7200(config-if-GigabitEthernet 2/1)#no switchport
DES-7200(config-if-GigabitEthernet 2/1)#ip vrf forwarding 10
DES-7200(config-if-GigabitEthernet 2/1)#ip address 192.168.100.1 255.255.255.0
DES-7200(config-if-GigabitEthernet 2/1)#exit
## Configure the loopback interface of Loopback 0
DES-7200(config)#interface loopback 0
DES-7200(config-Loopback 0)#ip address 192.168.0.1 255.255.255.255
DES-7200(config-Loopback 0)#exit
## Configure the IP address of interface (Gi 2/2).
DES-7200(config)#interface gigabitEthernet 2/2
## Execute the following command on the switch (not applicable to a router).
DES-7200(config-if-GigabitEthernet 2/2)#no switchport
DES-7200(config-if-GigabitEthernet 2/2)#ip address 192.168.1.1 255.255.255.0
## Activate OSPF protocol and enter OSPF mode.
DES-7200(config)#router ospf 10
DES-7200(config-router)#network 192.168.0.1 255.255.255.255 area 0
DES-7200(config-router)#network 192.168.1.0 255.255.255.0 area 0
DES-7200(config-router)#end
# Configure P device.
DES-7200#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
## Configure the loopback interface of Loopback 0.
DES-7200(config)#interface loopback 0
DES-7200(config-Loopback 0)#ip address 192.168.0.2 255.255.255.255
DES-7200(config-Loopback 0)#exit
## Configure the IP address of interface (Gi 2/1).
DES-7200(config)#interface gigabitEthernet 2/1
## Execute the following command on the switch (not applicable to a router).
DES-7200(config-if-GigabitEthernet 2/1)#no switchport
DES-7200(config-if-GigabitEthernet 2/1)#ip address 192.168.1.2 255.255.255.0