![]() |
Table Of Contents
OSPF Per-Interface Link-Local Signaling
Information About OSPF Per-Interface Link-Local Signaling
Benefits of the OSPF Per-Interface Link-Local Signaling Feature
How to Configure the OSPF Per-Interface Link-Local Signaling Feature
Turning Off LLS on a Per-Interface Basis
Configuration Examples for the OSPF Per-Interface Link-Local Signaling Feature
Configuring and Verifying the OSPF Per-Interface Link-Local Signaling Feature: Example
Feature Information for OSPF Per-Interface Link-Local Signaling
OSPF Per-Interface Link-Local Signaling
The OSPF Per-Interface Link-Local Signaling feature allows you to selectively enable or disable Link-Local Signaling (LLS) for a specific interface regardless of the global (router level) setting that you have previously configured.
Finding Feature Information in This Module
Your Cisco IOS software release may not support all of the features documented in this module. To reach links to specific feature documentation in this module and to see a list of the releases in which each feature is supported, use the "Feature Information for OSPF Per-Interface Link-Local Signaling" section.
Finding Support Information for Platforms and Cisco IOS Software Images
Use Cisco Feature Navigator to find information about platform support and Cisco IOS and Catalyst OS software image support. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Contents
•
Information About OSPF Per-Interface Link-Local Signaling
•
How to Configure the OSPF Per-Interface Link-Local Signaling Feature
•
Configuration Examples for the OSPF Per-Interface Link-Local Signaling Feature
•
Feature Information for OSPF Per-Interface Link-Local Signaling
Information About OSPF Per-Interface Link-Local Signaling
Before configuring the feature, you should understand the concept in the following section:
•
Benefits of the OSPF Per-Interface Link-Local Signaling Feature
Benefits of the OSPF Per-Interface Link-Local Signaling Feature
LLS allows for the extension of existing OSPF packets in order to provide additional bit space. The additional bit space enables greater information per packet exchange between OSPF neighbors. This functionality is used, for example, by the OSPF Nonstop Forwarding (NSF) Awareness feature that allows customer premises equipment (CPE) routers that are NSF-aware to help NSF-capable routers perform nonstop forwarding of packets.
When LLS is enabled at the router level, it is automatically enabled for all interfaces. The OSPF Per-Interface Link-Local Signaling feature allows you to selectively enable or disable LLS for a specific interface. You may want to disable LLS on a per-interface basis depending on your network design. For example, disabling LLS on an interface that is connected to a non-Cisco device that may be noncompliant with RFC 2328 can prevent problems with the forming of Open Shortest Path First (OSPF) neighbors in the network.
How to Configure the OSPF Per-Interface Link-Local Signaling Feature
This section contains the following procedure:
•
Turning Off LLS on a Per-Interface Basis (optional)
Turning Off LLS on a Per-Interface Basis
This task disables LLS on a specific interface.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface type slot/port
4.
ip address ip-address mask [secondary]
5.
no ip directed-broadcast [access-list-number | extended access-list-number]
6.
ip ospf message-digest-key key-id encryption-type md5 key
7.
[no | default] ip ospf lls [disable]
DETAILED STEPS
What to Do Next
To verify that LLS has been enabled or disabled for a specific interface, use the show ip ospf interface command. See the "Configuring and Verifying the OSPF Per-Interface Link-Local Signaling Feature: Example" section for an example of the information displayed.
Configuration Examples for the OSPF Per-Interface Link-Local Signaling Feature
This section contains the following configuration example:
•
Configuring and Verifying the OSPF Per-Interface Link-Local Signaling Feature: Example
Configuring and Verifying the OSPF Per-Interface Link-Local Signaling Feature: Example
In the following example, LLS has been enabled on Ethernet interface 1/0 and disabled on Ethernet interface 2/0:
interface Ethernet1/0ip address 10.2.145.2 255.255.255.0no ip directed-broadcastip ospf message-digest-key 1 md5 testingip ospf lls!interface Ethernet2/0ip address 10.1.145.2 255.255.0.0no ip directed-broadcastip ospf message-digest-key 1 md5 testing!ip ospf lls disableinterface Ethernet3/0ip address 10.3.145.2 255.255.255.0no ip directed-broadcast!router ospf 1log-adjacency-changes detailarea 0 authentication message-digestredistribute connected subnetsnetwork 10.0.0.0 0.255.255.255 area 1network 10.2.3.0 0.0.0.255 area 1In the following example, the show ip ospf interface command has been entered to verify that LLS has been enabled for Ethernet interface 1/0 and disabled for interface Ethernet 2/0:
Router# show ip ospf interfaceEthernet1/0 is up, line protocol is upInternet Address 10.2.145.2/24, Area 1Process ID 1, Router ID 10.22.222.2, Network Type BROADCAST, Cost: 10Transmit Delay is 1 sec, State BDR, Priority 1Designated Router (ID) 10.2.2.3, Interface address 10.2.145.1Backup Designated router (ID) 10.22.222.2, Interface address 10.2.145.2Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5oob-resync timeout 40Hello due in 00:00:00! Supports Link-local Signaling (LLS)Index 1/1, flood queue length 0Next 0x0(0)/0x0(0)Last flood scan length is 2, maximum is 8Last flood scan time is 0 msec, maximum is 0 msecNeighbor Count is 1, Adjacent neighbor count is 1Adjacent with neighbor 10.2.2.3 (Designated Router)Suppress hello for 0 neighbor(s)Ethernet2/0 is up, line protocol is upInternet Address 10.1.145.2/16, Area 1Process ID 1, Router ID 10.22.222.2, Network Type BROADCAST, Cost: 10Transmit Delay is 1 sec, State BDR, Priority 1Designated Router (ID) 10.2.2.3, Interface address 10.1.145.1Backup Designated router (ID) 10.22.222.2, Interface address 10.1.145.2Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5oob-resync timeout 40Hello due in 00:00:04! Does not support Link-local Signaling (LLS)Index 2/2, flood queue length 0Next 0x0(0)/0x0(0)Last flood scan length is 2, maximum is 11Last flood scan time is 0 msec, maximum is 0 msecNeighbor Count is 1, Adjacent neighbor count is 1Adjacent with neighbor 45.2.2.3 (Designated Router)Suppress hello for 0 neighbor(s)Ethernet3/0 is up, line protocol is upInternet Address 10.3.145.2/24, Area 1Process ID 1, Router ID 10.22.222.2, Network Type BROADCAST, Cost: 10Transmit Delay is 1 sec, State BDR, Priority 1Designated Router (ID) 10.2.2.3, Interface address 10.3.145.1Backup Designated router (ID) 10.22.222.2, Interface address 10.3.145.2Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5oob-resync timeout 40Hello due in 00:00:07! Supports Link-local Signaling (LLS)Index 3/3, flood queue length 0Next 0x0(0)/0x0(0)Last flood scan length is 2, maximum is 11Last flood scan time is 0 msec, maximum is 0 msecNeighbor Count is 1, Adjacent neighbor count is 1Adjacent with neighbor 10.2.2.3 (Designated Router)Suppress hello for 0 neighbor(s)Additional References
The following sections provide references related to the OSPF Per-Interface Link-Local Signaling feature.
Related Documents
Related Topic Document TitleConfiguring OSPF
Cisco IOS IP Configuration Guide, Release 12.4
Configuring OSPF NSF Awareness
OSPF commands
Cisco IOS IP Routing Protocols Command Reference, Release 12.2(33)SRA
Standards
MIBs
MIBs MIBs LinkNone
To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL:
RFCs
Technical Assistance
Command Reference
This section documents a modified command only.
ip ospf lls
To enable Link-Local Signaling (LLS) on an interface, regardless of the router-level LLS setting, use the ip ospf lls command in interface configuration mode. To reconfigure the router-level LLS setting on the specific interface, use the no or default version of this command.
ip ospf lls [disable]
{no | default} ip ospf lls [disable]
Syntax Description
Command Default
LLS is enabled.
Command Modes
Interface configuration
Command History
Usage Guidelines
By default, each Open Shortest Path First (OSPF) interface inherits the LLS setting from the router level. The ip ospf lls interface-level command takes precedence over the capability lls router-level command. For example, if you have entered the no capability lls command to disable LLS at the router level, you can use the ip ospf lls command to selectively enable LLS for specific interfaces, in order to allow the router to enable OSPF nonstop forwarding (NSF) awareness only for these specified interfaces.
To unconfigure the interface LLS setting, enter either the default ip ospf lls command or the no ip ospf lls command to restore the default LLS setting for the interface that has been configured at the router level. For example, if the capability lls command is enabled (by default) at the router level, you can use either the default ip ospf lls command or the no ip ospf lls command to disable LLS on specific interfaces, for instance, to interoperate on network segments where there are routers that do not properly handle LLS.
Note
If the network is running OSPF with the LLS feature enabled by default, LLS is globally enabled for all interfaces. If a router in the network is connected to a non-Cisco device that is not in compliance with RFC 2328, there may be network difficulties involving the forming of OSPF neighbors. In this situation, we recommend that you use the ip ospf lls command with the disable keyword to disable LLS on the router that is connected to the non-Cisco device.
Examples
In following example, LLS is disabled on Ethernet interface 2/0:
Router(config)# interface Ethernet2/0Router(config-if)# ip address 10.1.145.2 255.255.0.0Router(config-if)# no ip directed-broadcastRouter(config-if)# ip ospf message-digest-key 1 md5 testingRouter(config-if)# ip ospf lls disableRelated Commands
Feature Information for OSPF Per-Interface Link-Local Signaling
Not all commands may be available in your Cisco IOS software release. For release information about a specific command, see the command reference documentation.
Cisco IOS software images are specific to a Cisco IOS software release, a feature set, and a platform. Use Cisco Feature Navigator to find information about platform support and Cisco IOS software image support. Access Cisco Feature Navigator at http://www.cisco.com/go/fn. You must have an account on Cisco.com. If you do not have an account or have forgotten your username or password, click Cancel at the login dialog box and follow the instructions that appear.
Note
Table 1 lists only the Cisco IOS software release that introduced support for a given feature in a given Cisco IOS software release train. Unless noted otherwise, subsequent releases of that Cisco IOS software release train also support that feature.
Any Internet Protocol (IP) addresses used in this document are not intended to be actual addresses. Any examples, command display output, and figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses in illustrative content is unintentional and coincidental.
© 2004-2006 Cisco Systems, Inc. All rights reserved.