JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Ethernet Fabric Operating System

IPv6 Administration Guide

search filter icon
search icon

Document Information

Using This Documentation

Product Notes

Related Documentation

Acronyms and Abbreviations

CLI Command Modes

Feedback

Support and Accessibility

Protocol Description

Introduction

Topologies

Basic SEFOS IPv6 Topology

Route Redistribution Topology in IPv6

General Configurations

Default Settings

Completing Preliminary Configurations

Create an Interface

Configure an IPv4 Address for an Interface

Configuring the Basic IPv6 Topology

Configure Switch 1

Configure Switch 2

Configuring the Route Redistribution Topology

Configure Switch 1

Configure Switch 2

Configure Switch 3

IPv6 Feature Configuration

Configuring IPv6 Support in an Interface

Enable IPv6 Support

Disable IPv6 Support

Configuring IPv6 Addressing

Add IPv6 Addresses to an Interface

Remove IPv6 Addresses From an Interface

Configuring IPv6 Routing

Enable IPv6 Routing

Disable IPv6 Routing

Configuring IPv6 Static Routes

Add a Static Route

Remove a Static Route

Configuring Static Neighbor Cache Entries

Add a Neighbor Cache Entry

Delete a Neighbor Cache Entry

Checking a Local or Remote Endpoint

Check an Endpoint Using Default Values

Check an Endpoint Using the Link-Local Address

Configuring Router Advertisement Parameters

Configure Router Advertisement Parameters

Configuring DAD Entries

Set the DAD Attempts

Reset the DAD Attempts

Configuring PMTU Discovery

Enable PMTU Discovery

Disable PMTU Discovery

Setting the MTU for Use in PMTU Discovery

Set the MTU for Use in PMTU Discovery

Configuring the IPv6 Route Redistribution Policy for Routing Protocols

Configure the IPv6 Route Redistribution Policy for Routing Protocols

Disable IPv6 Support

  1. Enter Interface Configuration mode for VLAN 3.
    SEFOS# configure terminal
    SEFOS(config)# interface vlan 3
  2. Disable IPv6 support in the interface.

    The IPv6 link-local address and joined group address on the interface are brought down after you disable IPv6 in the interface.

    SEFOS(config-if)# no ipv6 enable
    SEFOS(config-if)# exit
    SEFOS(config)# exit
  3. Review the IPv6 information the VLAN 3 interface.

    The IPv6 link-local address and joined group address on the interface are not shown in the output.

    SEFOS# show ipv6 interface vlan 3
     
    vlan3 is down, line protocol is down
        IPv6 is Enabled
        Link local address:
            fe80::214:4fff:fe6c:560f    [Down]
        Global unicast address(es):
            fec0::2222:0:1/96    [Down]
    ...