6-10
Cisco Broadband Cable Command Reference Guide
OL-1581-07
Chapter 6 Cable CPE Commands
cable-modem dhcp-proxy
cable-modem dhcp-proxy nat nat-pool
no bridge-group 59
no bridge-group 59 spanning-disabled
!
Note
Be sure to remove the
ip nat pool
command.
Examples
The following example shows how to configure the router so that it makes a proxy DHCP request to
obtain an IP address for its Ethernet interface:
Router(config)#
interface c0
Router(config-if)#
cable-modem dhcp-proxy interface ethernet 0
The following example creates a NAT address pool with the IP address assigned by the DHCP server;
this IP address must be in the network attached to the Ethernet address (which in this case is
192.168.100.0).
Router(config)#
ip nat inside source list 1 pool net-208 overload
Router(config)#
interface cable0
Router(config-if)#
ip nat outside
Router(config-if)#
no cable compliant bridge
Router(config-if)#
cable-modem dhcp-proxy nat net-208
Router(config-if)#
exit
Router(config)#
interface ethernet0
Router(config-if)#
ip address 192.168.100.94 255.255.255.0
Router(config-if)#
ip nat inside
Router(config-if)#
exit
Router(config)#
access-list 1 permit 192.168.100.0 0.0.0.255
Router(config)#
Related Commands
Command
Description
cable-modem compliant bridge
Enables DOCSIS-compliant transparent bridging for the cable
interface at startup.