Table Of Contents
OSPF Per-Interface Link-Local Signaling
Finding Feature Information in This Module
Contents
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
What to Do Next
Configuration Examples for the OSPF Per-Interface Link-Local Signaling Feature
Configuring and Verifying the OSPF Per-Interface Link-Local Signaling Feature: Example
Additional References
Related Documents
Standards
MIBs
RFCs
Technical Assistance
Command Reference
Feature Information for OSPF Per-Interface Link-Local Signaling
OSPF Per-Interface Link-Local Signaling
First Published: 12.0(27)S
Last Updated: May 2, 2008
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 software release may not support all the features documented in this module. For the latest feature information and caveats, see the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the "Feature Information for OSPF Per-Interface Link-Local Signaling" section.
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
•
Additional References
•
Command Reference
•
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
| |
Command or Action
|
Purpose
|
Step 1
|
enable
Example:
Router> enable
|
Enables privileged EXEC mode.
• Enter your password if prompted.
|
Step 2
|
configure terminal
Example:
Router# configure terminal
|
Enters global configuration mode.
|
Step 3
|
interface type slot/port
Example:
Router(config)# interface Ethernet 1/0
|
Configures an interface type and enters interface configuration mode.
|
Step 4
|
ip address ip-address mask [secondary]
Example:
Router(config-if)# ip address 10.2.145.20
255.255.255.0
|
Sets a primary or secondary IP address for an interface.
|
Step 5
|
no ip directed-broadcast [access-list-number |
extended access-list-number]
Example:
Router(config-if)# no ip directed-broadcast
|
Drops directed broadcasts destined for the subnet to which that interface is attached, rather than broadcasting them.
• The forwarding of IP directed broadcasts on Ethernet interface 1/0 is disabled.
|
Step 6
|
ip ospf message-digest-key key-id encryption-type
md5 key
Example:
Router(config-if)# ip ospf message-digest-key 100
md5 testing
|
Enables OSPF Message Digest 5 (MD5) algorithm authentication.
|
Step 7
|
[no | default] ip ospf lls [disable]
Example:
Router(config-if)# ip ospf lls disable
|
Disables LLS on an interface, regardless of the global (router level) setting.
|
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:
ip address 10.2.145.2 255.255.255.0
ip ospf message-digest-key 1 md5 testing
ip address 10.1.145.2 255.255.0.0
ip ospf message-digest-key 1 md5 testing
ip address 10.3.145.2 255.255.255.0
log-adjacency-changes detail
area 0 authentication message-digest
redistribute connected subnets
network 10.0.0.0 0.255.255.255 area 1
network 10.2.3.0 0.0.0.255 area 1
In 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 interface
Ethernet1/0 is up, line protocol is up
Internet Address 10.2.145.2/24, Area 1
Process ID 1, Router ID 10.22.222.2, Network Type BROADCAST, Cost: 10
Transmit Delay is 1 sec, State BDR, Priority 1
Designated Router (ID) 10.2.2.3, Interface address 10.2.145.1
Backup Designated router (ID) 10.22.222.2, Interface address 10.2.145.2
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
! Supports Link-local Signaling (LLS)
Index 1/1, flood queue length 0
Last flood scan length is 2, maximum is 8
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 10.2.2.3 (Designated Router)
Suppress hello for 0 neighbor(s)
Ethernet2/0 is up, line protocol is up
Internet Address 10.1.145.2/16, Area 1
Process ID 1, Router ID 10.22.222.2, Network Type BROADCAST, Cost: 10
Transmit Delay is 1 sec, State BDR, Priority 1
Designated Router (ID) 10.2.2.3, Interface address 10.1.145.1
Backup Designated router (ID) 10.22.222.2, Interface address 10.1.145.2
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
! Does not support Link-local Signaling (LLS)
Index 2/2, flood queue length 0
Last flood scan length is 2, maximum is 11
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 45.2.2.3 (Designated Router)
Suppress hello for 0 neighbor(s)
Ethernet3/0 is up, line protocol is up
Internet Address 10.3.145.2/24, Area 1
Process ID 1, Router ID 10.22.222.2, Network Type BROADCAST, Cost: 10
Transmit Delay is 1 sec, State BDR, Priority 1
Designated Router (ID) 10.2.2.3, Interface address 10.3.145.1
Backup Designated router (ID) 10.22.222.2, Interface address 10.3.145.2
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
! Supports Link-local Signaling (LLS)
Index 3/3, flood queue length 0
Last flood scan length is 2, maximum is 11
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent 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
Standards
MIBs
MIBs
|
MIBs Link
|
None
|
To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL:
http://www.cisco.com/go/mibs
|
RFCs
RFCs
|
Title
|
RFC 2328
|
OSPF Version 2
|
Technical Assistance
Description
|
Link
|
The Cisco Technical Support website contains thousands of pages of searchable technical content, including links to products, technologies, solutions, technical tips, and tools. Registered Cisco.com users can log in from this page to access even more content.
|
http://www.cisco.com/techsupport
|
Command Reference
The following commands are introduced or modified in the feature or features documented in this module. For information about these commands, see the Cisco IOS IP Routing Protocols Command Reference at http://www.cisco.com/en/US/docs/ios/iproute/command/reference/irp_book.html. For information about all Cisco IOS commands, go to the Command Lookup Tool at http://tools.cisco.com/Support/CLILookup or to the Cisco IOS Master Commands List.
•
ip ospf lls
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.
Table 1 Feature Information for OSPF Per-Interface Link-Local Signaling
Feature Name
|
Releases
|
Feature Information
|
OSPF Per-Interface Link-Local Signaling
|
12.0(27)S 12.3(7)T 12.2(25)S 12.2(18)SXE 12.2(27)SBC 12.2(33)SRA
|
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.
The following command was introduced or modified: ip ospf lls.
|
CCDE, CCSI, CCENT, Cisco Eos, Cisco HealthPresence, the Cisco logo, Cisco Lumin, Cisco Nexus, Cisco Nurse Connect, Cisco Stackpower, Cisco StadiumVision, Cisco TelePresence, Cisco WebEx, DCE, and Welcome to the Human Network are trademarks; Changing the Way We Work, Live, Play, and Learn and Cisco Store are service marks; and Access Registrar, Aironet, AsyncOS, Bringing the Meeting To You, Catalyst, CCDA, CCDP, CCIE, CCIP, CCNA, CCNP, CCSP, CCVP, Cisco, the Cisco Certified Internetwork Expert logo, Cisco IOS, Cisco Press, Cisco Systems, Cisco Systems Capital, the Cisco Systems logo, Cisco Unity, Collaboration Without Limitation, EtherFast, EtherSwitch, Event Center, Fast Step, Follow Me Browsing, FormShare, GigaDrive, HomeLink, Internet Quotient, IOS, iPhone, iQuick Study, IronPort, the IronPort logo, LightStream, Linksys, MediaTone, MeetingPlace, MeetingPlace Chime Sound, MGX, Networkers, Networking Academy, Network Registrar, PCNow, PIX, PowerPanels, ProConnect, ScriptShare, SenderBase, SMARTnet, Spectrum Expert, StackWise, The Fastest Way to Increase Your Internet Quotient, TransPath, WebEx, and the WebEx logo are registered trademarks of Cisco Systems, Inc. and/or its affiliates in the United States and certain other countries.
All other trademarks mentioned in this document or website are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (0903R)
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.
© 2008 Cisco Systems, Inc. All rights reserved.