isis message-digest-key
Specifies an HMAC MD5 key that the router uses to create a secure, encrypted message digest of IS-IS level 1 or level 2 hello packets on the interface. Level 1 packets are the default. The digest is inserted into the packet from which it is created. Using this algorithm protects against intrusion by preventing unauthorized routers from forming adjacencies with your router.
You can specify when the router will start (default is the current time) and stop (default is never) accepting packets that include a digest made with this key. You can specify when the router will start (default is the current time plus 2 minutes) and stop (default is never) generating packets that include a digest made with this key. The no version deletes the key specified by the keyId.
isis message-digest-key keyId hmac-md5 key
[ start-accept startAcceptTime [ { startAcceptMonth startAcceptDay | startAcceptDay startAcceptMonth } startAcceptYear ] ]
[ start-generate startGenTime [ { startGenMonth startGenDay | startGenDay startGenMonth } startGenYear ] ]
[stop-accept { never | stopAcceptTime [ { stopAcceptMonth stopAcceptDay | stopAcceptDay stopAcceptMonth } stopAcceptYear ] } ]
[ stop-generate { never | stopGenTime [ { stopGenMonth stopGenDay | stopGenDay stopGenMonth } stopGenYear ] } ] [ level-1 | level-2 ]no isis message-digest-key keyId [ level-1 | level-2 ]
- keyIdInteger from 1 to 255 that is a unique identifier for the secret key, sent with the message digest in the packet.
- keyString of up to 20 alphanumeric characters; secret key used by the HMAC MD5 algorithm to generate the message digest.
- startAcceptTime, startAcceptMonth, startAcceptDay, startAcceptYearTime, month, day, year that the router will start accepting packets created with this password. Use military time format HH:MM[ :SS ].
- startGenTime, startGenMonth, startGenDay, startGenYearTime, month, day, year that the router will start inserting this password into packets. Use military time format HH:MM[ :SS ].
- neverSpecifies that the router never stops accepting or generating packets; overrides previously specified stop times.
- stopAcceptTime, stopAcceptMonth, stopAcceptDay, stopAcceptYearTime, month, day, year that the router will stop accepting packets created with this password. Use military time format HH:MM[ :SS ].
- stopGenTime, stopGenMonth, stopGenDay, stopGenYearTime, month, day, year that the router will stop inserting this password into packets. Use military time format HH:MM[ :SS ].
- level-1Inserts the password into level 1 hello packets
- level-2Inserts the password into level 2 hello packets
Interface Configuration, Subinterface Configuration
Release Information Command introduced before JUNOSe Release 7.1.0.