D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 5 RERP Configuration
5-20
SwitchA#configure terminal
! Create the RERP domain with ID being 1.
SwitchA(config)# RERP region 1
Step 2: Configure the RERP ring.
! Enter the RERP domain configuration mode: configure RERP ring with ID being 1,
define the role of device as Master, control VLAN as VLAN4091, and primary and
secondary ports as G0/1 and G0/2 respectively.
SwitchA(config-rerp)# ring 1 role master ctrl-vlan 4091 primary-port interface
gigabitEthernet 0/1 secondary-port interface gigabitEthernet 0/2
! Configure the control VLAN of subring as supported by the primary ring.
SwitchA(config-rerp)#major-ring 1 edge-ring-vlan 4092
SwitchA(config-rerp)#exit
Step 3: Enable the RERP.
SwitchA(config)#rerp enable
¾ Configure Switch B
Step 1: Define the RERP domain.
! Enter the global configuration mode.
SwitchB#configure terminal
! Create the RERP domain with ID being 1.
SwitchB(config)# RERP region 1
Step 2: Configure the RERP ring.
! Enter the RERP domain configuration mode: configure the RERP primary ring with ID
being 1, define the role of device as Transit, control VLAN as VLAN4091, and primary
and secondary ports as G0/1 and G0/3 respectively.
SwitchB(config-rerp)# ring 1 role transit ctrl-vlan 4091 primary-port
interface gigabitEthernet 0/1 secondary-port interface gigabitEthernet 0/3
! Configure the RERP subring with ID being 2, define the role of device as
Primary-edge, control VLAN as VLAN4092, and shared-port and sub-ports as G0/3
and G0/2 respectively.
SwitchB(config-rerp)# edge-ring 2 role primary-edge ctrl-vlan 4092
shared-port interface gigabitEthernet 0/3 sub-port interface
gigabitEthernet 0/2
! Configure the control VLAN of subring as supported by the primary ring
SwitchB(config-rerp)#major-ring 1 edge-ring-vlan 4092