Skip Navigation Links | |
Exit Print View | |
![]() |
Sun Ethernet Fabric Operating System RIPng Administration Guide |
Configuring the RIPng Topology Example
Enable and Configure RIPng on Desired IPv6 Interfaces
Disable the split-horizon Option
Use the following commands to configure VLAN 20 and VLAN 30 on SEFOS3 in the example topology.
SEFOS 3 SEFOS# configure terminal SEFOS 3 SEFOS(config)# set gvrp disable SEFOS 3 SEFOS(config)# set gmrp disable SEFOS 3 SEFOS(config)# interface extreme-ethernet 0/65 SEFOS 3 SEFOS(config-if)# no shutdown SEFOS 3 SEFOS(config-if)# switchport access vlan 20 % Access VLAN does not exist.,Creating vlan SEFOS 3 SEFOS(config-if)# exit SEFOS 3 SEFOS(config)# interface vlan 20 SEFOS 3 SEFOS(config-if)# no shutdown SEFOS 3 SEFOS(config-if)# ipv6 enable SEFOS 3 SEFOS(config-if)# ipv6 address 2222::13 112 SEFOS 3 SEFOS(config-if)# exit SEFOS 3 SEFOS(config)# vlan 30 SEFOS 3 SEFOS(config-vlan)# port extreme-ethernet 0/1 SEFOS 3 SEFOS(config-vlan)# exit SEFOS 3 SEFOS(config)# interface extreme-ethernet 0/1 SEFOS 3 SEFOS(config-if)# no shutdown SEFOS 3 SEFOS(config-if)# exit SEFOS 3 SEFOS(config)# interface vlan 30 SEFOS 3 SEFOS(config-if)# no shutdown SEFOS 3 SEFOS(config-if)# ipv6 enable SEFOS 3 SEFOS(config-if)# ipv6 address 3333::13 112 SEFOS 3 SEFOS(config-if)# end
SEFOS 3 SEFOS# show ipv6 interface vlan1 is up, line protocol is up IPv6 is Enabled Link local address: fe80::214:4fff:fe6c:686d Global unicast address(es): Not Configured. Joined group address(es): ff02::1 ff02::2 ff02::1:ff6c:686d MTU is 9216 ICMP redirects are enabled ND DAD is enabled, Number of DAD attempts: 1 ND router advertisement is disabled vlan20 is up, line protocol is up IPv6 is Enabled Link local address: fe80::214:4fff:fe6c:686d Global unicast address(es): 2222::13/112 Joined group address(es): ff02::1 ff02::2 ff02::9 ff02::1:ff00:13 ff02::1:ff6c:686d MTU is 9216 ICMP redirects are enabled ND DAD is enabled, Number of DAD attempts: 1 ND router advertisement is disabled vlan30 is up, line protocol is up IPv6 is Enabled Link local address: fe80::214:4fff:fe6c:686d Global unicast address(es): 3333::13/112 Joined group address(es): ff02::1 ff02::2 ff02::9 ff02::1:ff00:13 ff02::1:ff6c:686d MTU is 9216 ICMP redirects are enabled ND DAD is enabled, Number of DAD attempts: 1 ND router advertisement is disabled SEFOS 3 SEFOS#