Sun Ethernet Fabric Operating System OSPFv3 Administration Guide

Exit Print View

Updated: July 2015
 
 

Configure SEFOS6

Use the following commands and values to configure the VLAN interfaces in SEFOS6 used in the example topologies presented in this guide (VLAN 2 and VLAN 3).

  • Type.
    SEFOS# configure terminal
    SEFOS(config)# interface vlan 2
    SEFOS(config-if)# shut
    SEFOS(config-if)# ipv6 enable
    SEFOS(config-if)# ipv6 address  fec0::2001:0:1/96
    SEFOS(config-if)#  no shut
    SEFOS(config-if)# exit
    SEFOS(config)# interface vlan 3
    SEFOS(config-if)# shut
    SEFOS(config-if)# ipv6 enable
    SEFOS(config-if)# ipv6 address fec0::3333:0:2/96
    SEFOS(config-if)# no shut
    SEFOS(config-if)# exit