Sun Ethernet Fabric Operating System OSPFv3 Administration Guide

Exit Print View

Updated: July 2015
 
 

Configure SEFOS8

Use the following commands and values to configure the VLAN interfaces in SEFOS8 used in the example topologies presented in this guide (VLAN 10 and VLAN 1).

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