show ipv6 ospf virtual-links
Use this command to display information about OSPFv3 virtual-links.
Command Syntax
show ipv6 ospf virtual-links
show ipv6 ospf WORD virtual-links
Parameters
WORD 
Tag value to use as a “match” value for controlling redistribution via route maps.
Command Mode
Privileged Exec mode and Exec Mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#show ipv6 ospf virtual-links
Virtual Link VLINK1 to router 5.6.7.8 is up
Transit area 0.0.0.1 via interface eth0, instance ID 0
Local address 3ffe:1234:1::1/128
Remote address 3ffe:5678:3::1/128
Transmit Delay is 1 sec, State Point-To-Point,
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
Hello due in 00:00:01
Adjacency state Up
 
If Hello Suppression is enabled
RTR_B#show ipv6 ospf virtual-links 
Virtual Link VLINK1 to router 4.4.4.4 is up
  Transit area 0.0.0.1 via interface eth2, instance ID 0
  Hello suppression Enabled 
  DoNotAge LSA allowed 
  Local address 2002::1/128
  Remote address 2002::2/128
  Transmit Delay is 1 sec, State Point-To-Point,
  Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
    Hello due in inactive
    Adajcency state Full
RTR_B#
RTR_B#
Table 3-57 explains the fields for each ospf virtual-links entry.
  
Table 3-57: show ipv6 ospf virtual-links output details
Field  | Description  | 
|---|
Virtual Link  | Virtual link name, the router ID to which it is connected, and the state of the link.  | 
Transit area  | Transit area ID, the interface it uses, and its instance ID – an Instance ID should default to 0. It is only necessary to assign a value other than 0 on those links that will contain multiple separate communities of OSPF routers.  | 
Local address  | The local IPV6 address and subnet mask.  | 
Remote address  | The remote IPv6 address and subnet mask.  | 
Transmit Delay  | The delay, in seconds, between link-state transmits. This value must be the same for all nodes on the network. The range is 1 to 65535. The default is 1. The state is point-to-point.  | 
Timer intervals configured  | The configured values in seconds of the following timers: Hello, Dead, Wait, Retransmit.  | 
Hello due in  | A countdown timer that indicates when the next Hello packet should arrive.  | 
Adjacency State  | Whether the adjacency state is either up or down.  | 
Last modified date: 08/28/2023