User Manual

Table Of Contents
If an IPv6 address has not been set, this will be "unassigned."
Physical layer status
Data link layer status
If an interface is specified, information for that interface is shown. If the interface is omitted, information is shown for all
interfaces for which an IPv6 address is specified.
[Note]
An error occurs if the specified interface is one to which an IPv6 address cannot be assigned.
[Example]
Show the IPv6 address for all VLAN interface.
SWP2>show ipv6 interface brief
Interface IPv6-Address Admin-Status
Link-Status
vlan1 2001:db8:1::2/64
2001:db8:2::2/64
fe80::2a0:deff:fe:2/64 up up
vlan2 2001:db8:2::2/64
fe80::2a0:deff:fe:2/64 up
down
vlan3 unassigned up
down
7.7 IPv6 route control
7.7.1 Set IPv6 static route
[Syntax]
ipv6 route ipv6_address/prefix_len gateway [number]
ipv6 route ipv6_address/prefix_len null [number]
no ipv6 route ipv6_address/prefix_len [gateway [number]]
no ipv6 route ipv6_address/prefix_len [null [number]]
[Keyword]
null : Discard packet without forwarding it
[Parameter]
ipv6_address : X:X::X:X
IPv6 address
Set this to :: (abbreviated 0:0:0:0:0:0:0:0) if specifying the default gateway
prefix_len : <1-127>
IPv6 prefix
Set this to 0 if specifying the default gateway
gateway : X:X::X:X
IPv6 address of gateway
If you specify an IPv6 link local address, you must also specify the output interface (fe80::X%vlanN
format)
number : <1-255>
Management route (priority order when selecting route) (if omitted: 1)
Lower numbers have higher priority.
[Input mode]
global configuration mode
[Description]
Adds a static route for IPv6.
If this command is executed with the "no" syntax, the specified route is deleted.
Command Reference | Layer 3 functions | 221