R3303-HP HSR6800 Routers MPLS Command Reference

346
Syntax
sham-link source-ip-address destination-ip-address [ cost cost | dead dead-interval | hello hello-interval
| retransmit retrans-interval | trans-delay delay { | simple [ cipher | plain ] password1 | { md5 |
hmac-md5 } key-id [ cipher | plain ] password2 } ] *
undo sham-link source-ip-address destination-ip-address [ cost | dead | hello | retransmit | trans-delay
| simple | { md5 | hmac-md5 } key-id ] *
Views
OSPF area view
Default command level
2: System level
Parameters
source-ip-address: Specifies the source IP address for the sham link.
destination-ip-address: Specifies the destination IP address for the sham link.
cost: Specifies the cost for the sham link, in the range of 1 to 65535. The default is 1.
dead-interval: Specifies the dead interval in seconds, in the range of 1 to 32768. The default is 40. It
must be equal to the dead interval of the router on the other end of the virtual link and must be at least
four times the hello interval.
hello-interval: Specifies the interval at which the interface sends hello packets, in the range of 1 to 8192
seconds. The default is 10 seconds. It must be equal to the hello interval of the router on the other end of
the virtual link.
retrans-interval: Specifies the interval at which the interface retransmits LSAs, in the range of 1 to 8192
seconds. The default is 5 seconds.
delay: Specifies the delay interval before the interface sends an LSA, in the range of 1 to 8192 seconds.
The default is 1 second.
simple [ cipher | plain ] password1: Uses simple authentication.
cipher: Sets a ciphertext key.
plain: Sets a plaintext key.
password1: Specifies the key string. This argument is case sensitive. If cipher is specified, it must be
a ciphertext string of 1 to 41 characters. If plain is specified, it must be a string of 1 to 8 characters.
If neither cipher nor plain is specified, you set a plaintext key string.
md5: Uses MD5 algorithm for authentication.
hmac-md5: Uses HMAC-MD5 algorithm for authentication.
key-id: Authentication key ID of the interface, in the range of 1 to 255. It must be the same as that of the
peer.
cipher: Sets a ciphertext key.
plain: Sets a plaintext key.
password2: Specifies the key string. This argument is case sensitive. If cipher is specified, it must be
a ciphertext string of 1 to 53 characters. If plain is specified, it must be a string of 1 to 16 characters.
If neither cipher nor plain is specified, you can set a plaintext key of 1 to 16 characters or a
ciphertext key of 33 to 53 characters.