Cisco Cisco Broadband Access Center Telco Wireless 3.7

Page of 267
 
C-10
Cisco Broadband Access Center for Cable Administrator’s Guide
OL-2445-02
Appendix C      Device Provisioning Engine Command Line Interface
System Commands
Syntax Description
When entering the ip route command, you must use this syntax:
ip route <x.x.x.x> <y.y.y.y> <z.z.z.z>
Where:
<x.x.x.x>—identifies the destination network
<y.y.y.y>—identifies the subnet mask
<z.z.z.z>—identifies the gateway to use when communicating to this network
Examples
This is an example of how to use the ip route command:
dpe# ip route 10.10.10.5 255.255.255.0 10.10.20.10
%OK
no ip default-gateway
Usage Guidelines
This command clears the DPE’s default gateway. If a default gateway is not specified, the DPE is only 
available with direct network connectivity or through the console port on the DPE.
Examples
This is an example of how to use the ip default-gateway command:
dpe# no ip default-gateway 
%OK (Requires appliance restart "> reload")
no ip domain-name
Usage Guidelines
This command clears the DPEs domain name. If a domain name is not specified, all remote host names 
must be specified using the fully qualified domain names.
Examples
This is an example of how to use the no ip domain-name command:
dpe# no ip domain-name
%OK
no ip name-server
Usage Guidelines
This command clears the DPE name servers. When no name servers are configured, all communication 
must be performed using explicit IP addresses.