The following is an example three-node topology for reference in the configuration examples. The topology consists of three devices: an RPL owner, and RPL node, and a non-RPL node. This is a basic configuration. Additional commands can be used to provide additional features.
The following are example configuration examples on the nodes.
configure terminal vlan 222 end configure terminal interface Ethernet 0/1 switchport switchport mode trunk-no-default-native switchport trunk allowed vlan add 222 no shutdown ! end configure terminal interface Ethernet 0/2 switchport switchport mode trunk-no-default-native switchport trunk allowed vlan add 222 no switchport trunk tag native-vlan no shutdown ! end configure terminal erp 1 left-interface vlan 222 ethernet 0/1 right-interface vlan 222 ethernet 0/2 rpl-owner rpl vlan 222 ethernet 0/1 enable ! end
Note
Optionally, you can configure the non-revertive node feature. This setting can be configured only on the RPL owner.configure terminal vlan 222 end configure terminal interface Ethernet 0/1 switchport switchport mode trunk-no-default-native switchport trunk allowed vlan add 222 no shutdown ! end configure terminal interface Ethernet 0/2 switchport switchport mode trunk-no-default-native switchport trunk allowed vlan add 222 no shutdown ! end configure terminal erp 2 left-interface vlan 222 ethernet 0/2 right-interface vlan 222 ethernet 0/1 rpl vlan 222 ethernet 0/1 enable ! end
configure terminal vlan 222 end configure terminal interface Ethernet 0/1 switchport switchport mode trunk-no-default-native switchport trunk allowed vlan add 222 no shutdown ! end configure terminal interface Ethernet 0/2 switchport switchport mode trunk-no-default-ntive switchport trunk allowed vlan add 222 no shutdown ! end configure terminal erp 3 left-interface vlan 222 ethernet 0/1 right-interface vlan 222 ethernet 0/2 enable ! end