T3700G-28TQ
JetStream 28-Port Gigabit Stackable L3 Managed Switch CLI Guide
378
Syntax
ip ospf message-digest-key id md5 key
no ip ospf message-digest-key id
Parameter
id —— The ID of the md5 authentication key, ranging from 1 to 255.
key —— The authentication string, ranging from 1 to 8 characters.
Command Mode
Interface Configuration Mode
Example
Configure md5 authentication key ID as 1 and password as abc on interface
VLAN 2:
T3700G-28TQ(config-if)# ip ospf message-digest-key 1 md5 abc
ip ospf network
Description
The ip ospf network command is used to configure the network type on the
specified interface. To restore to default, please use the no ip ospf network
command.
Syntax
ip ospf network { broadcast | point-to-point }
no ip ospf network
Parameter
broadcast —— The broadcast network type. It is the default value.
point-to-point —— The point-to-point network type.
Command Mode
Interface Configuration Mode
Example
Configure the network type on interface VLAN 2 as broadcast::
T3700G-28TQ(config-if)# ip ospf network broadcast