Dell 6024 F Switch User Manual


 
364 Configuring Routing
www.dell.com | support.dell.com
The following is an example of the CLI commands:
Console(config)# interface ip 1.100.100.100
Console(config-ip)# ospf
Console(config-ip)# ospf area 192.168.2.1
Console(config-ip)# ospf enable
Console(config-ip)# ospf priority 100
Console(config-ip)# ospf hello-interval 100
Console(config-ip)# ospf dead-interval 100
Console(config-ip)# ospf retransmit-interval 60
Console(config-if)# ospf retransmit-delay 60
Console(config-ip)# ospf authentication text abab
Console(config-ip)# ospf authentication md5 mychain
Console(config-ip)# exit
Console(config)# exit
Console# clear ip ospf process 192.168.3.1
Console# exit
Console# show ip ospf interface 192.168.1.1
IP interface 192.168.1.1/16 is up, OSPF is enabled
Area 0.0.0.0, Router ID 192.77.99.1, Network Type BROADCAST, Cost:
10
Interface has simple password authentication
ospf transmit-delay
seconds
Sets the estimated time required to send a
link-state update packet on an interface.
ospf authentication {text
text
|
md5
name-of-chain
}
Enables authentication for OSPF packets
and specifies the authentication type.
clear ip ospf process
[
interface
]
Clears redistribution based on OSPF
routing.
show ip ospf interface
[
interface
]
Displays OSPF-related interface
information.
Table 8-11. OSPF Interface CLI Commands
CLI Command Description