Skip Navigation Links | |
Exit Print View | |
![]() |
Sun Ethernet Fabric Operating System IPv6 Administration Guide |
Route Redistribution Topology in IPv6
Completing Preliminary Configurations
Configure an IPv4 Address for an Interface
Configuring the Basic IPv6 Topology
Configuring the Route Redistribution Topology
Configuring IPv6 Support in an Interface
Remove IPv6 Addresses From an Interface
Configuring IPv6 Static Routes
Configuring Static Neighbor Cache Entries
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
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
SEFOS# configure terminal SEFOS(config)# interface vlan 1 SEFOS(config-if)# ipv6 enable
SEFOS(config-if)# ipv6 address fec0::1111:0:1/96
The default prefix type is set as unicast. You can configure the prefix type as anycast, eui64, or link-local address by defining the prefix type in the command.
SEFOS(config-if)# ipv6 address fe80::203:2ff:fe03:501 link-local SEFOS(config-if)# end
SEFOS# show ipv6 interface vlan 1 vlan1 is up, line protocol is up IPv6 is Enabled Link local address: fe80::203:2ff:fe03:501 Global unicast address(es): fec0::1111:0:1/96 ...