Table Of Contents
IP Address Verification for the Cisco uBR7200 Series Cable Router
Related Features and Technologies
Supported Standards, MIBs, and RFCs
Verifying Unknown Source IP Addresses
IP Address Verification for the Cisco uBR7200 Series Cable Router
Feature Overview
This feature enables Dynamic Host Control Protocol (DHCP) servers to verify IP addresses of upstream traffic.
This feature enables the uBR7200 to send LEASEQUERIES to the DHCP server to verify unknown source IP addresses when it receives an IP packet from an unknown host behind a cable modem on any upstream interface of a line card.
If the DHCP server responds with an ACK, the uBR7200 must use the returned information to determine if it is a PC behind a different cable modem that is spoofing a legitimate IP address or not. If the DHCP server responds with a NAK, then the host IP address is not active.
Benefits
Customers of Multiservice Operators (MSOs) will be prevented from using unauthorized, spoofed, or stolen IP addresses.
Restrictions
You must have a DHCP server that supports the LEASEQUERY message type.
Related Features and Technologies
lists the IOS cable router features released in the IOS 12.0 timeframe.
Table 1 uBR7200 Series Cable Router Features Available Since 12.0 T
Related Documents
The uBR7200 series cable router is described in Voice, Video, and Home Applications Configuration Guide for Cisco IOS Release 12.0 and in the following online feature modules:
•
Cisco uBR7246 Universal Broadband Router Feature Enhancements
•
MC16 Modem Card for uBR7200
•
uBR7200 Series Access List Support Enhancements
•
QoS Profile Enforcement for the Cisco uBR7200 Series Router
•
Upstream Traffic Shaping Feature
•
Configuring Downstream Channel IDs
•
Telephone Return for the Cisco uBR7200 Series Cable Router
•
Enhanced-Spectrum Management for the Cisco uBR7200 Series Cable Router
•
Time Server Functionality
•
Cable Interface Bundling for the Cisco uBR7200 Series Cable Router
•
Quality of Service for Voice on the Cisco uBR7200 Series Cable Router
•
Modem Status Enhancements for the Cisco uBR7200 Series Cable Router
•
Load Sharing Support
•
Cable Modem and Host Subnet Addressing
•
MGX Resource Pool Management Hardware Diagnostics
•
IP Address Verification for the Cisco uBR7200 Series Cable Router (this feature)
•
Configuring the Registration Timeout Value for the Cisco uBR7200 Series Cable Router
•
Spectrum Management Using the MC16S Modem Card on the Cisco uBR7200 Series Cable Router
•
Configuring Downstream Test Signals for the Cisco uBR7200 Series Cable Router
•
Configuring Concatenation on the Cisco uBR7200 Series Cable Router
•
Point-to-Point Wireless Support for the Cisco uBR7200 Series Universal Broadband Router
•
Blind Hopping Support on the MC16S Modem Card for the Cisco uBR7200 Series Cable Router
•
Downstream Rate Shaping with TOS bits on the uBR7200 Series Cable Router
•
Amplitude Averaging Compensation on the Cisco uBR7200 Series Cable Router
Supported Platforms
uBR7200 series
Supported Standards, MIBs, and RFCs
Standards
No new or modified standards are supported by this feature.
MIBs
No new or modified MIBs are supported by this feature.
RFCs
No new or modified RFCs are supported by this feature.
Configuration Tasks
See the following tasks to verify source IPs.
•
Configuring the DHCP Router (Required)
Configuring the DHCP Router
Command Purpose Router(config-if)# cable source-verify dhcpSends DHCP LEASEQUERRIES packets to verify unknown source IP addresses.
Verifying Unknown Source IP Addresses
Step 1
Without enabling the cable source-verify dhcp command on the router, move a PC from behind one CM to behind another.
Step 2
Ping the PC. The ping fails because the new source IP address is not known.
Step 3
Enable cable source-verify dhcp command along with the ip dhcp relay info option command1 . Then move the PC from behind one CM to behind another.
Step 4
Ping the PC. If the ping is successful, the PC's IP address is verified and accepted.
Configuration Examples
None
Command Reference
This section documents the modified cable source-verify command. All other commands used with this feature are documented in the Cisco IOS Release 12.0 command reference publications.
cable source-verify
To turn on cable modem upstream verification, use the cable source-verify cable interface configuration command. To turn off the display of this information, use the no form of this command.
cable source-verify [dhcp]
no cable source-verify dhcp
Syntax Description
dhcp
Specifies that queries will be sent to verify unknown source IP addresses in upstream data packets.
Default
Disabled
Command Mode
Cable interface configuration
Command History
Usage Guidelines
The router sends DHCP LEASEQUERIES to verify unknown source IP addresses in upstream data packets. For maximum protection, turn on the DHCP relay-agent information option (ip dhcp relay info option) on the uBR when using this feature.
Example
router(config-if)# cable source-verify dhcprouter(config-if)# no cable source-verify1 Cisco recommends that you use the ip dhcp relay info option command for maximum protection.
