Table Of Contents
Configuring UDP Forwarding Support for IP Redundancy Virtual Router Groups
Finding Feature Information
Contents
Information About UDP Forwarding Support for IP Redundancy Virtual Router Groups
Benefits of the UDP Forwarding Support for Virtual Router Groups Feature
How to Configure UDP Forwarding Support for IP Redundancy Virtual Router Groups
Configuring UDP Forwarding Support for IP Redundancy Virtual Router Groups
Configuration Examples for UDP Forwarding Support for IP Redundancy Virtual Router Groups
Configuring UDP Forwarding Support for IP Redundancy Virtual Router Groups: Example
Additional References
Related Documents
Standards
MIBs
RFCs
Technical Assistance
Feature Information for UDP Forwarding Support for IP Redundancy Virtual Router Groups
Configuring UDP Forwarding Support for IP Redundancy Virtual Router Groups
First Published: February 10, 2008
Last Updated: February 10, 2008
User Datagram Protocol (UDP) forwarding is a feature used in Cisco IOS software to forward broadcast and multicast packets received for a specific IP address. Virtual Router Group (VRG) support is currently implemented with the Hot Standby Routing Protocol (HSRP) and it allows a set of routers to be grouped as a logical router that answers to a well-known IP address. The UDP Forwarding Support for IP Redundancy Virtual Router Groups feature enables UDP forwarding to be VRG aware, resulting in forwarding only to the active router in the VRG.
Finding Feature Information
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 UDP Forwarding Support for IP Redundancy Virtual Router Groups" 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 UDP Forwarding Support for IP Redundancy Virtual Router Groups
•
How to Configure UDP Forwarding Support for IP Redundancy Virtual Router Groups
•
Configuration Examples for UDP Forwarding Support for IP Redundancy Virtual Router Groups
•
Additional References
•
Feature Information for UDP Forwarding Support for IP Redundancy Virtual Router Groups
Information About UDP Forwarding Support for IP Redundancy Virtual Router Groups
Before you configure the UDP Forwarding Support of Virtual Router Group feature, you should understand the following concepts:
•
Benefits of the UDP Forwarding Support for Virtual Router Groups Feature
Benefits of the UDP Forwarding Support for Virtual Router Groups Feature
Forwarding is limited to the active router in the VRG instead of all routers within the VRG. Prior to the implementation of this feature the only VRG support was HSRP. Within a VRG that is formed by HSRP, the forwarding of UDP-based broadcast and multicast packets is done by all the routers within the VRG. This process can cause some DHCP servers to operate incorrectly. By making the UDP forwarding code VRG aware, forwarding will be limited to the active router in the VRG.
VRG awareness is achieved with IP Redundancy Service (IRS). The IRS API provides for notification updates of a specific VRG, addition and deletion of a VRG, and querying of the current state of a VRG. State change notification is provided to avoid the performance impact of querying the state of the VRG each time it is needed. The UDP forwarding code caches the VRG state for each required helper address defined. Each time the UDP forwarding code needs to execute, it checks the current state of the VRG associated with the helper address and forwards only for VRGs that are active.
Note
The UDP Forwarding Support for virtual Router Groups feature is available only on platforms that support VRGs.
How to Configure UDP Forwarding Support for IP Redundancy Virtual Router Groups
This section contains the following procedure:
•
Configuring UDP Forwarding Support for IP Redundancy Virtual Router Groups
Configuring UDP Forwarding Support for IP Redundancy Virtual Router Groups
Perform this task to configure UDP Forwarding Support for IP Redundancy Virtual Router Groups.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface type number
4.
ip helper-address address redundancy vrg-name
5.
end
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 number
Example:
Router(config)# interface fastethernet 0/0
|
Specifies an interface and enters interface configuration mode.
|
Step 4
|
ip helper-address address redundancy vrg-name
Example:
Router(config-if)# ip helper-address 10.1.1.1
redundancy shop
|
Enables UDP forwarding support for the VRG.
|
Step 5
|
end
Example:
Router(config-if)# end
|
Exits the current configuration mode and returns to privileged EXEC mode.
|
Configuration Examples for UDP Forwarding Support for IP Redundancy Virtual Router Groups
This section provides the following configuration example:
•
Configuring UDP Forwarding Support for IP Redundancy Virtual Router Groups: Example
Configuring UDP Forwarding Support for IP Redundancy Virtual Router Groups: Example
The following example shows how to configure UDP Forwarding Support for IP Redundancy Virtual Router Groups:
interface fastethernet 0/0
ip address 172.16.10.1 255.255.255.0
ip helper-address 10.1.1.1 redundancy shop
Additional References
The following sections provide references related to the UDP Forwarding Support for IP Redundancy Virtual Router Groups feature.
Related Documents
Standards
Standard
|
Title
|
No new or modified standards are supported, and support for existing standards has not been modified
|
—
|
MIBs
MIB
|
MIBs Link
|
No new or modified MIBs are supported, and support for existing MIBs has not been modified
|
—
|
RFCs
RFC
|
Title
|
No new or modified RFCs are supported, and support for existing RFCs has not been modified
|
—
|
Technical Assistance
Description
|
Link
|
The Cisco Support website provides extensive online resources, including documentation and tools for troubleshooting and resolving technical issues with Cisco products and technologies.
To receive security and technical information about your products, you can subscribe to various services, such as the Product Alert Tool (accessed from Field Notices), the Cisco Technical Services Newsletter, and Really Simple Syndication (RSS) Feeds.
Access to most tools on the Cisco Support website requires a Cisco.com user ID and password.
|
http://www.cisco.com/techsupport
|
Feature Information for UDP Forwarding Support for IP Redundancy Virtual Router Groups
Table 1 lists the features in this module. For information on a feature in this technology that is not documented here, see the other available documentation for your Cisco IOS release.
Not all commands may be available in your Cisco IOS software release. For release information about a specific command, see the command reference documentation.
Use Cisco Feature Navigator to find information about platform support and software image support. Cisco Feature Navigator enables you to determine which Cisco IOS and Catalyst OS software images support a specific software release, feature set, or platform. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
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 UDP Forwarding Support for IP Redundancy Virtual Router Groups
Feature Name
|
Releases
|
Feature Information
|
UDP Forwarding Support for IP Redundancy Virtual Router Group
|
12.2(15)T
|
User Datagram Protocol (UDP) forwarding is a feature used in Cisco IOS software to forward broadcast and multicast packets received for a specific IP address. Virtual Router Group (VRG) support is currently implemented with the Hot Standby Routing Protocol (HSRP) and it allows a set of routers to be grouped as a logical router that answers to a well known well-known IP address. The UDP Forwarding Support for IP Redundancy Virtual Router Groups feature enables UDP forwarding to be VRG aware, resulting in forwarding only to the active router in the VRG.
The following command was introduced or modified: ip helper-address.
|
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 and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental.
© 2008 Cisco Systems, Inc. All rights reserved.