View IPv6 gateway, route, and router neighbors

Use these commands to view the switch's current routing table content and connectivity to routers per VLAN. This includes information received in RAs from IPv6 routers on VLANs enabled with IPv6 on the switch.

Viewing gateway and IPv6 route information

Syntax:

show ipv6 route [ipv6–addr] [connected]

Displays the routes in the switch's IPv6 routing table.

ipv6–addr : Optional. Limits the output to show the gateway to the specified IPv6 address.

connected : Optional. Limits the output to show only the gateways to IPv6 addresses connected to VLAN interfaces configured on the switch, including the loopback (::1/128) address.

Dest : The destination address for a detected route.

Gateway : The IPv6 address or VLAN interface used to reach the destination. (Includes the loopback address.)

Type : Indicates route type (static, connected, or OSPF).

Distance : The route's administrative distance, used to determine the best path to the destination.

Metric : Indicates the route cost for the selected destination.

Output of the show ipv6 route command

HP Switch(config)# show ipv6 route

                         IPv6 Route Entries

Dest : ::/0                                            Type : static
Gateway : fe80::213:c4ff:fedd:14b0%vlan10    Dist. : 40   Metric : 0

Dest : ::1/128                                          Type : connected
Gateway : lo0                                Dist. : 0    Metric : 1

Dest : 2001:db8:a03:e102::/64                           Type : connected
Gateway : VLAN10                             Dist. : 0    Metric : 1

Dest : fe80::%vlan10                                   Type : connected
Gateway : VLAN10                             Dist. : 0    Metric : 1

Dest : fe80::1%lo0                                    Type : connected
Gateway : lo0                                Dist. : 0    Metric : 1

Viewing IPv6 router information

Syntax:

show ipv6 routers [vlan <vid>]

Lists the switch's IPv6 router table entries for all VLANs configured on the switch or for a single VLAN. This output provides information about the IPv6 routers from which RAs have been received on the switch.


[NOTE: ]

NOTE: This command reports on IPv6 routers the switch has learned of through operation as a host or client of a router. If the switch itself is configured as an IPv6 router (routing switch), the output of this command is empty.


vlan <vid> : Optional. Specifies only the information on IPv6 routers on the indicated VLAN.

Router Address : The IPv6 address of the router interface.

Preference : The relative priority of prefix assignments received from the router when prefix assignments are also received on the same switch VLAN interface from other IPv6 routers.

Interface : The VLAN interface on which the router exists.

MTU : The maximum transmission unit (in bytes) allowed for frames on the path to the indicated router.

Hop Limit : The maximum number of router hops allowed.

Prefix Advertised : Lists the prefix and prefix size (number of leftmost bits in an address) originating with the indicated router.

Valid Lifetime : The total time the address is available, including the preferred lifetime and the additional time (if any) allowed for the address to exist in the deprecated state. See Valid lifetime.

Preferred Lifetime : The length of time during which the address can be used freely as both a source and a destination address for traffic exchanges with other devices. See Preferred lifetime.

On/Off Link : Indicates whether the entry source is on the same VLAN as is indicated in the Interface field.

Output for the show ipv6 routers command indicates that the switch is receiving RAs from a single router that exists on VLAN 10.

Output for the show ipv6 routers command

HP Switch(config)# show ipv6 routers

 IPv6 Router Table Entries

  Router Address : fe80::213:c4ff:fedd:14b0
  Preference     : Medium
  Interface      : VLAN10
  MTU            : 1500
  Hop Limit      : 64

                             Valid        Preferred    On/Off
  Prefix Advertised          Lifetime(s)  Lifetime(s)  Link
  –––––––––––––––––––––––––– –––––––––––– –––––––––––– –––––––
  2001:db8:a03:e102::/64     864000       604800       Onlink