OcNOS-RON : Layer 3 Guide : Intermediate System to Intermediate System Command Reference : IS-IS Commands : isis authentication send-only
isis authentication send-only
Use this command to set the send-only option to the interface-related packets.
Use this command before configuring the ISIS authentication mode and ISIS authentication key-chain, so that the implementation of authentication goes smoothly. That is, the routers will have more time for the keys to be configured on each router if authentication is inserted only on the packets being sent, not checked on packets being received. After all routers that must communicate are configured with this command, enable the authentication mode and key chain on each router.
Use the no parameter with this command to unset the send-only option to the interface-related packets.
Command Syntax
isis authentication send-only (level-1-only|level-2-only|level-1-2)
no isis authentication send-only
Parameters
level-1-only
Set send-only option for level-1 only.
level-2-only
Set send-only option for level-2 only.
level-1-2
Set send-only option for level-1-2 only.
Default
By default, this option is disabled. The send-only option applies to both levels if no level is specified.
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#configure terminal
(config)#interface eth1
(config-if)#isis authentication send-only level-1-only
Last modified date: 08/28/2023