| Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change OSPF Virtual Link (CHGOSPFLNK) command can change current values of an existing virtual link.
IPv4 and IPv6 OSPF virtual links can be changed. The Link transmission area (LNKTMSARA) parameter value will determine whether the virtual link is an IPv4 or IPv6 OSPF virtual link.
Restrictions:
| Top |
| Keyword | Description | Choices | Notes |
|---|---|---|---|
| IPVERSION | IP version | *IPV4, *IPV6 | Required, Key, Positional 1 |
| NGHRTR | Neighbor router | Character value | Required, Key, Positional 2 |
| LNKTMSARA | Link transmission area | Character value | Required, Key, Positional 3 |
| RETMSITV | Retransmission interval | 1-65535, *SAME | Optional |
| TMSDLY | Transmission delay | 1-65535, *SAME | Optional |
| ITVHELLO | Interval for hello | 1-255, *SAME | Optional |
| DBEXCHTIMO | Database exchange timeout | 2-65535, *SAME | Optional |
| INACTTIMO | Inactive router timeout | 2-65535, *SAME | Optional |
| AUTHTYPE | Authentication type | *SAME, *BACKBONE, *NONE, *MD5, *PASSWORD | Optional |
| AUTHVAL | Authentication values | Element list | Optional |
| Element 1: Authentication key identifier | 1-255, *SAME | ||
| Element 2: Authentication key | Character value, *SAME |
| Top |
Specifies the IP version (IPv4 or IPv6) of the Virtual Link.
This is a required parameter.
| Top |
Specifies the router identifier of the neighbor (other endpoint).
This is a required parameter.
| Top |
Specifies a non-backbone, non-stub area through which the virtual link is configured. Virtual links can be configured between any two area border routers that have an interface to a common non-backbone and non-stub area. Virtual links must be configured in each of the link's two endpoints.
The IP version of the area must be the same as the virtual link.
This is a required parameter.
| Top |
Specifies the frequency (in seconds) of retransmitting link-state update packets, link-state request packets, and database description packets.
Note: If this parameter is set too low, needless retransmissions will occur that could affect performance and interfere with neighbor adjacency establishment. It should be set to a higher value for a slower machine.
| Top |
Specifies the estimated number of seconds that it takes to transmit link-state information over the virtual link. Each link-state advertisement has a finite lifetime of 1 hour. As each link-state advertisement is sent out from this virtual link, it will be aged by this configured transmission delay.
| Top |
Specifies the number of seconds between OSPF hello packets being sent out from this virtual link. The interval for hello should be set higher than the same value used on the intervening OSPF interfaces.
| Top |
Specifies the length of time that the database exchange process cannot exceed. If the interval elapses, the procedure will be restarted. This value must be larger than the interval for hello.
| Top |
Specifies the interval, in seconds, after not having received an OSPF hello that the neighbor is declared to be down. This value must be larger than the interval for hello. The inactive router timeout should be set higher than the same value used on the intervening OSPF interfaces.
| Top |
Specifies the security scheme to be used over the virtual link. This parameter is ignored for OSPF IPv6 virtual links.
| Top |
Specifies the combination of parameters needed for cryptographic authentication.
Element 1: Authentication key identifier
Element 2: Authentication key
For *NONE authentication type, this parameter element is not required and is ignored if specified.
For authentication type *PASSWORD, this parameter element must specify a password for OSPF routers that are attached to this subnet. Valid values are any character string up to 8 characters in length coded within single quotation marks, or any hexadecimal string up to 8 bytes (16 hexadecimal characters) long beginning with X followed by the hexadecimal value enclosed in single quotation marks.
For authentication type *MD5, this parameter must specify the 16-byte MD5 authentication key for OSPF routers attached to this subnet. The standard method is with a 16-byte hexadecimal string beginning with X followed by the hexadecimal value enclosed in single quotation marks.
| Top |
Example 1:Changing an OSPF IPv4 Virtual Link
CHGOSPFLNK IPVERSION(*IPV4) NGHRTR('2.2.2.2')
LNKTMSARA('3.3.3.3') TMSDLY(200)
This command changes the transmission delay to 200 seconds for neighbor router 2.2.2.2 with link transmission area 3.3.3.3. For changing any attribute of an OSPF virtual link for IPv4, you need to specify the router identifier over which the link has been established and the area identifier of the link transmission area. The system must be a area border router. The link transmission area must have been configured for IPv4 previously.
Example 2:Changing parameter values to an OSPF IPv6 virtual link
CHGOSPFLNK IPVERSION(*IPV6) NGHRTR('62.62.62.62')
LNKTMSARA('63.63.63.63') ITVHELLO(50)
This command changes the interval for hello to 50 seconds for neighbor router 62.62.62.62 with link transmission area 63.63.63.63. For changing any attribute of an OSPF virtual link for IPv6, you need to specify the router identifier over which the link has been established and the area identifier of the link transmission area. The system must be a area border router. The link transmission area must have been configured for IPv6 previously.
| Top |
*ESCAPE Messages
| Top |