OSPF Configuration
Except on the first page, right running head:
Heading1 or Heading1NewPage text (automatic)
575
Alcatel-Lucent
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
OSPF CONFIGURATION
This section includes the following:
• “OSPF Configuration Steps”
• “OSFP Configuration Flow”
• “OSPF Configuration Commands”
• “Show Commands in OSPF”
• “Clear Commands in OSPF”
OSPF CONFIGURATION STEPS
The steps given below helps in configuring and running basic OSPF on the
OmniAccess 5740 USG.
Step 1 to Step 5 are the minimum configuration requirements for enabling
OSPF. Step 6 describes other important but optional configuration
commands for OSPF.
Step 1: Configure an interface. Enter Interface Configuration Mode.
ALU(config)# interface <name>
Example:
ALU(config)# interface GigabitEthernet3/0
ALU(config-if GigabitEthernet3/0)#
Note: OSPF can be configured on GigabitEthernet, Serial, Tunnel, VLAN, Loopback
interfaces.
Step 2: Administratively bring up the interface
ALU(config-if <interface-name>)# no shutdown
Example:
ALU(config-if GigabitEthernet3/0)# no shutdown
Step 3: Configure IP address for the interface
ALU(config-if <interface-name>)# ip address {<ip-
address subnet-mask>|<ip-address/prefix-length>}
Example:
ALU(config-if GigabitEthernet3/0)# ip address
20.20.20.20/24
Step 4: Enable OSPF. See “To Enable OSPF”