|
This appendix contains detailed information about the command line interface (CLI) commands that you can use to manage and monitor the Broadband Access Center for Cable (BAC) device provisioning engine (DPE). They have been grouped into these associations:
This section describes the system commands that affect the entire DPE. These commands include:
Usage Guidelines
This command sets the current time, using the 24-hour format, and date used by the DPE. The new time takes effect immediately. The DPE uses GMT to keep time. When setting the time you must use GMT to prevent the incorrect time from being returned by the time server.
Note You do not have to use this command if the network time protocol (NTP) is being used. See the "ntp server (host)" section for additional information. |
Syntax Description
When entering the clock set command, you must use this syntax:
Examples
This is an example of how to use the clock set command:
Usage Guidelines
Use the disable command only when the DPE CLI is already enabled. Once the disable mode is activated, only those commands that allow viewing the system configuration are available.
Examples
This is an example of how to use the disable command:
Usage Guidelines
This command is used to change the access password for entering into an enabled state on the DPE. You can only change the enable password when you are in the enabled mode. Once the password is changed, all users who, from that point forward, attempt to enter into an enabled mode, will be required to use the new password.
Note This command does not change the login password. |
Syntax Description
When entering the enable password command, you can either provide the password on a command line or when prompted. The syntax you must use is:
Examples
These are examples of how to use the enable password command:
These results occur when the password is changed successfully.
These results occur when the password is not entered consistently.
These results occur when the password was successfully changed.
Usage Guidelines
Use the enable command to enter the enabled mode. Viewing system configuration does not require the enabled mode. However, the enabled mode is required to change the system configuration, state, and data.
Examples
This is an example of how to use the enable command:
Note Refer to the "enable password" section for information on setting the password. |
Usage Guidelines
This command closes a Telnet or console connection to the DPE and returns to the login prompt on the console.
Examples
This is an example of how to use the exit command:
Usage Guidelines
This command displays a help screen to assist you in using the DPE CLI. If you need help on a particular command, or to list all available commands, enter either ? or system commands, respectively.
Command Types
Two types of help are provided:
1. Full help is available when you are ready to enter a command argument, such as show ?, and describes each possible argument.
2. Partial help is provided when you enter an abbreviated argument and want to know what arguments match the input. For example, show stat?.
Examples
This is an example of how to use the help command:
Usage Guidelines
This command is used to set the DPE host name. The hostname is used primarily for display in the DPE and should correspond to the DNS name for the DPEs IP address. If you change the host name, you must run the reload command for the changes to take effect.
Syntax Description
When entering the hostname command, you must use this syntax:
Examples
This is an example of how to use the hostname command:
Usage Guidelines
This command sets the IP address of the Ethernet interface being used by the DPE. This IP address must be kept current with a valid gateway. If the gateway is invalid, rebooting could occur and this might cause the DPE to become unavailable on the network. If the IP address is configured incorrectly, use the DPE console port to reconfigure the device with a valid IP.
Note Changes do not take effect until you restart the device. |
Syntax Description
When entering the interface ethernet <0...1> ip address command, you must use this syntax:
Examples
This is an example of how to use the interface ethernet <0...1> ip address command:
Usage Guidelines
This command controls whether or not the Ethernet interface is configured to support IP communications. If both interfaces are disabled, the device will have no network connectivity. Typically, both interfaces are enabled and connected to the network, to provide either redundancy or to use split-networking.
Syntax Description
When entering the interface ethernet <0...1> IP address command, you must use this syntax:
Examples
This is an example of how to use the interface ethernet <0...1> ip enabled command:
Usage Guidelines
This command controls whether or not the Ethernet interface(s) is used for provisioning operations. This command allows the use of split-networking techniques to isolate device facing communication from provisioning system side communications. Only ports that have provisioning enabled will be used for communication with the DHCP server. If both ports are enabled for provisioning, the DHCP server will send requests to both ports when processing requests from network devices.
Another technique, disabling provisioning on both interfaces, prevents the DPE from communicating with other devices. Doing this can improve performance when the DPE is undertaking a significant cache synchronization with the RDU.
Syntax Description
When entering the interface ethernet <0...1> provisioning enabled command, you must use this syntax:
Examples
This is an example of how to use the interface ethernet <0...1> provisioning enabled command:
Usage Guidelines
This command sets the fully qualified domain name for a specific interface.
Syntax Description
When entering the interface ethernet <0...1> provisioning fqdn command, you must use this syntax:
Examples
This is an example of how to use the interface ethernet <0...1> fqdn command:
Usage Guidelines
This command configures a default gateway for the DPE. This default gateway must be directly accessible by one of the DPE interfaces otherwise the DPE becomes unavailable.
You must verify this setting before attempting to reboot the DPE. If an incorrect value is configured, it may become necessary to physically connect to the DPE through the console port; long distances may make this impractical.
Syntax Description
When entering the ip default-gateway command, you must use this syntax:
Examples
This is an example of how to use the ip default-gateway command:
Usage Guidelines
This command configures the DPE domain name for use when resolving names for communication operations, such as connecting to the RDU, or using the ping and traceroute commands. The domain name is also associated with the DPE.
Syntax Description
When entering the ip domain-name command, you must use this syntax:
Examples
This is an example of how to use the ip domain-name command:
Usage Guidelines
This command configures the IP address of the name servers for use on the DPE. These servers are used to resolve host names into IP addresses for communication. If an FQDN is used to specify the RDU, you must specify a valid name server for successful communication with the RDU.
Syntax Description
When entering the ip name-server command, you must use this syntax:
Examples
This is an example of how to use the ip name-server command:
Usage Guidelines
This command configures a custom route on the DPE. Three parameters are required, as shown in the following syntax description.
Syntax Description
When entering the ip route command, you must use this syntax:
Examples
This is an example of how to use the ip route command:
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:
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:
Usage Guidelines
This command clears the DPE name servers. When no name servers are configured, all communication must be performed using explicit IP addresses.
Examples
This is an example of how to use the no ip name-server command:
Usage Guidelines
This command clears the specified custom route, but the default route cannot be removed this way. Use the ip default-gateway command to change the default route.
Note The changes you introduce through this command take effect immediately. |
Syntax Description
When entering the no ip route command, you must use this syntax:
The no ip route command must be entered using this syntax:
Examples
This is an example of how to use the no ip route command:
Usage Guidelines
This command disables the network time protocol (NTP).
Examples
This is an example of how to use the no ntp command:
Usage Guidelines
This command disables the verification of requestor IP addresses on dynamic configuration TFTP requests.
Examples
This is an example of how to use the no tftp verify-ip command:
Usage Guidelines
This command lets you specify one or more network time protocol (NTP) servers, for time synchronization, as hosts. You can specify as many hosts as required to identify all of the servers.
Examples
This is an example of how to use the ntp command with a single host:
This is an example of how to use the ntp command with multiple hosts:
Usage Guidelines
This command lets you specify one or more network time protocol (NTP) servers, for time synchronization, using an IP address format. You can specify as many IP addresses as required to identify all of the servers.
Examples
This is an example of how to use the ntp command with a single IP address:
This is an example of how to use the ntp command with multiple IP addresses:
Usage Guidelines
This command changes the current system password. The password is changed automatically for future logins and for FTP access using the administrator account.
Note The changes you introduce through this command take effect for new users, but users who are currently logged on are not disconnected. |
Syntax Description
When entering the password command, you must use this syntax:
Examples
This are examples of how to use the password command:
These results occur when the password is changed successfully.
These results occur when the password is not entered consistently.
These results occur when the password is changed (using an approach easier for scripting).
Usage Guidelines
This command turns the DPE power off. It removes all current users from the system and shuts the DPE down cleanly. Prior to executing this command, you should verify that there has been no hard drive activity for approximately 30 seconds.
Caution Using the power switch on the device can potentially cause partial corruption of the DPE cache. This could result in the DPE needing more time to rebuild its cache the next time it is powered up. |
Examples
This is an example, as shown from a Telnet session, of how to use the poweroff command:
Usage Guidelines
This command reboots the DPE, disconnecting all current users from the system.
Caution Using the power switch on the device can potentially cause partial corruption of the DPE cache. This could result in the DPE needing more time to rebuild its cache the next time it is powered up. |
Examples
This is an example of how to use the reload command:
Usage Guidelines
This command shows the current system time and date.
Examples
This is an example of how to use the show clock command:
Usage Guidelines
Depending on the connection type in use (Telnet or console), this command displays all available DPE commands. For security reasons, this command is not available when a Telnet session is used and can only be set from the console mode.
Examples
This is an example of how to use the show commands command:
Note The output presented in this example is trimmed. |
Usage Guidelines
This command identifies CPU usage for BAC activities that are currently running.
Examples
This is an example of how to use the show cpu command:
Usage Guidelines
This command identifies how much of the current disk the DPE is using.
Examples
This is an example of how to use the show disk command:
|
Usage Guidelines
This command shows the DPEs host name.
Examples
This is an example of how to use the show hostname command:
Usage Guidelines
This command shows the configuration for the Ethernet interface. These are the settings that the DPE uses when it reboots. Use the show interface ethernet <0...1> stats command to identify the currently configured IP address.
Syntax Description
When entering the show interface ethernet <0...1> config command, you must use this syntax:
Examples
This is an example of how to use the show interface ethernet <0...1> config command:
Usage Guidelines
This command shows statistics for the DPE's Ethernet interface.
Syntax Description
When entering the show interface ethernet <0...1> stats command, you must use this syntax:
Examples
This is an example of how to use the show interface ethernet <0...1> stats command:
|
Usage Guidelines
This command shows the DPEs IP routing table, including any custom routes. the default gateway is indicated by The G flag in the flags column indicates the default gateway start.
Examples
This is an example of how to use the show ip route command:
|
Usage Guidelines
This command shows the DPEs current general IP settings. For specific interface settings, use the show interface commands. These are the settings used when the DPE is rebooted.
Examples
This is an example of how to use the show ip command:
Usage Guidelines
This command identifies how much current memory and swap space the DPE is using.
Examples
This is an example of how to use the show memory command:
|
Usage Guidelines
This command displays the current configuration of the DPE.
All of the configuration options are displayed using the actual commands to set the options. If you copy this output, you can paste it back into the configurations for other DPEs modifications. In this way, you can quickly create the configurations for multiple devices needing identical configurations.
Note The values that are displayed by this command are dependent on whether a Telnet session or console connection is used. |
Examples
This is an example of how to use the show running-config command:
Note The output presented in this example is trimmed. |
Usage Guidelines
This command identifies the files that are currently stored in the DPE cache. The file size is also shown.
Examples
This is an example of how to use the show tftp files command:
Usage Guidelines
This command is used to identify the current version of DPE software running on the device.
Examples
This is an example of how to use the show version command:
Usage Guidelines
This command enables the verification of requestor IP addresses on dynamic configuration TFTP requests.
Examples
This is an example of how to use the tftp verify-ip command:
Usage Guidelines
This command identifies how long the system has been operational. This information is useful when determining how frequently the device is rebooted. It is also helpful when checking the reliability of the DPE when it is in a stable condition.
Examples
This is an example of how to use the uptime command:
This section describes those CLI commands that assist in supporting and troubleshooting the operation of the DPE. These CLI commands include:
Usage Guidelines
This command clears any existing archived bundles on the DPE. These bundles are created using the support bundles commands and normally contain archived logs and archived state information of use to the Cisco TAC. You must ensure that all bundles are retrieved before using this command because the archived state is lost.
Examples
This is an example of how to use the clear bundles command:
Usage Guidelines
The host (host) command looks up the IP address of a host using DNS. You can use this command to verify that the RDU's IP address can be successfully resolved. If a system domain name is specified, the host command will automatically attempt searching that domain as well when resolving host names.
Syntax Description
When entering the host (host) command, you must use this syntax:
Examples
This is an example of how to use the host (host) command:
Usage Guidelines
The host (IP) command looks up the host name for the specified IP address, and is used to verify that an IP address is correctly reverse-mapped in DNS. The IP address is reverse looked up on each of the configured name servers until the IP address is found.
Syntax Description
When entering the host (IP) command, you must use this syntax:
Examples
This is an example of how to use the host (IP) command:
Usage Guidelines
The ping (host) command pings the specified host, using the host and domain name. Press Enter to stop the process. The ping command is useful in diagnosing network connectivity problems.
Syntax Description
When entering the ping (host) command, you must use this syntax:
Examples
This is an example of how to use the ping (host) command:
|
Usage Guidelines
The ping (IP) command pings the specified host, using the hosts IP address. Press the Enter key to stop the process. Ping is useful in diagnosing network connectivity problems.
Syntax Description
When entering the ping (IP) command, you must use this syntax:
Examples
This is an example of how to use the ping (IP) command:
|
Usage Guidelines
This command shows all bundles currently available in the outgoing directory. These bundles are created using the support bundle commands and are accessible from the DPEs FTP server.
Examples
This is an example of how to use the show bundles command:
These results occur when there are bundles currently archived.
These results occur when no bundles are currently archived.
Usage Guidelines
This command bundles the current DPE cache. This is useful when archiving the cache for delivery to Cisco TAC. Once created, the bundle is available from the FTP server's outgoing directory.
Examples
This is an example of how to use the support bundle cache command:
Usage Guidelines
This command bundles the current DPE state. This is useful when archiving configuration and log files for the DPE for delivery to Cisco TAC. Once created, the bundle is available from the FTP server's outgoing directory.
Note When sending information to the Cisco TAC, you should send the DPE bundle obtained with this command, and the state bundle obtained at the RDU. That state bundle is generated by running the bundleState.sh command from the <BPR_HOME>/rdu/bin directory. |
Examples
This is an example of how to use the support bundle state command:
Note A script <BPR_HOME>/rdu/bin/bundlestate is available on the RDU. This script, is used to bundle the RDU system state, including logs, when sending information to the TAC. |
Usage Guidelines
This command is used to enable or disable FTP service on the DPE-590. The FTP service is needed to upload upgrade bundles and to download support bundles. You can disable and enable it for short periods of time to perform these tasks.
Syntax Description
When entering the support daemon ftp enabled command, you must use this syntax:
Examples
This is an example of how to use the support daemon ftp enabled command:
This command is used to enable or disable the Telnet protocol on the DPE-590. Since Telnet is a relatively insecure protocol, the system can be made slightly more secure by disabling Telnet; you can still access the system from the console mode.
Syntax Description
When entering the support daemon telnet enabled command, you must use this syntax:
Examples
This is an example of how to use the support daemon telnet enabled command:
Usage Guidelines
This command identifies the route to a specified host including each hop between the DPE and the destination host. This command is useful when verifying communication and determining if gateways and routes are correctly configured.
Syntax Description
When entering the traceroute (host) command, you must use this syntax:
Examples
This is an example of how to use the traceroute (host) command:
Usage Guidelines
This command identifies the route to a specified host including each hop between the DPE and the destination host. This command is useful when verifying communication and determining if gateways and routes are correctly configured.
Syntax Description
When entering the traceroute (IP) command, you must use this syntax:
Examples
This is an example of how to use the traceroute (IP) command:
This section describes the configuration commands that affect DPE. These commands include:
Usage Guidelines
This command erases the entire DPE cache and resets the server back to a clean state. When the DPE is restarted, it will connect to the RDU and rebuild the cache from the information stored in the RDU's database. You should only clear the cache when the DPE encounters a major problem. Running this command forces the DPE to rebuild or repopulate its device cache. This process may take an extended amount of time to complete.
Examples
This is an example of how to use the clear cache command:
These results occur when the cache is successfully cleared.
These results occur when the cache has not yet been stopped.
These results occur when cache has already been cleared.
Usage Guidelines
This command sets the port number that the DPE will use to communicate with the Network Registrar extension points. Normally, you can leave this port number intact unless there is a need to change it for firewall reasons.
Note The changes you introduce through this command do not take effect until you restart the DPE. |
Syntax Description
When entering the dpe port command, you must use this syntax:
Examples
This is an example of how to use the dpe port command:
Usage Guidelines
This command sets the primary provisioning group(s) that the DPE server will use. Most DPEs are configured with one primary provisioning group, however, selecting multiple provisioning groups might allow multiple DHCP servers to use this DPE.
Note Whenever voice technology is enabled, a DPE can only belong to one provisioning group. |
When assigning new provisioning groups that have a high number of devices, restarting the DPE can take an extensive amount of time. This is due to the fact that the cache for each provisioning group has to be synchronized or, for new provisioning groups, completely rebuilt.
Under normal situations, provisioning groups should only be changed when the DPE is first deployed on the network.
Note Provisioning group changes do not take effect until you restart the DPE. |
Syntax Description
When entering the dpe provisioning-group primary command, you must use this syntax:
Examples
This is an example of how to use the dpe provisioning-group primary command:
Usage Guidelines
This command sets the secondary provisioning group(s) for the DPE server to use. Most DPEs are configured with one primary provisioning group, however, selecting multiple provisioning groups might allow multiple DHCP servers to use this DPE. Secondary provisioning groups are used for provisioning only when the primary provisioning groups are not available or are overloaded.
When assigning new provisioning groups that have a high number of devices, restarting the DPE can take an extensive amount of time. This is due to the fact that the cache for each provisioning group has to be synchronized or, for new provisioning groups, completely rebuilt.
Under normal situations, provisioning groups should only be changed when the device is first deployed on the network.
Syntax Description
When entering the dpe provisioning-group secondary command, you must use this syntax:
Examples
This is an example of how to use the dpe provisioning-group secondary command:
Usage Guidelines
This command identifies the RDU to connect this DPE to. Normally, you configure the RDU on the default port but, for security reasons, you could configure it to run on a nonstandard port.
Syntax Description
When entering the dpe rdu-server command, you must use this syntax:
Examples
This is an example of how to use the dpe rdu-server command:
Usage Guidelines
This command assigns the RDU to connect this DPE to. Specify this as the IP address with the associated port. Normally, the RDU resides on the default port, but for security reasons the port might be configured to something non-standard.
Syntax Description
When entering the dpe rdu-server command, you must use this syntax:
Examples
This is an example of how to use the dpe rdu-server command:
Usage Guidelines
This command restarts the DPE, which must already be operating before performing the reload operation. If the DPE has not stopped within 60 seconds, the BAC agent forces the DPE to stop and an alert message, indicating this has occurred, is displayed. After that message appears, the DPE restarts.
Examples
This is an example of how to use the dpe reload command:
Usage Guidelines
This command sets the shared secret used for communications with the RDU. Communications will fail if the shared secret, set on the two servers, is not the same. For security reasons, this command is only available through a console connection. It can not be accessed through a Telnet connection.
Syntax Description
When entering the dpe shared-secret command, you must use this syntax:
Examples
This is an example of how to use the dpe shared-secret command:
Usage Guidelines
This command starts the DPE, and you can only use it when the DPE is not running. Having the DPE start successfully does not guarantee that the DPE will run successfully. Check the DPE log to ensure that the DPE has started correctly. In addition, check the log again periodically to make sure no additional errors have occurred.
Examples
This is an example of how to use the dpe start command:
Usage Guidelines
This command stops the DPR and can only be performed when the DPE is running. If the DPE has not stopped within 60 seconds, the DPE agent forces the DPE to stop and an alert message, indicating this has occurred, is displayed.
Examples
This is an example of how to use the dpe stop command:
This command lets you identify the local domain name for use, when performing DNS lookups, as the default domain for this DPE.
Examples
This is an example of how to use the ip domain-name <sub.domain.com> command:
Usage Guidelines
This command clears configured primary provisioning groups. If primary provisioning groups are not available, you can use the DPE as either a backup for other provisioning groups or as a TFTP file cache.
Examples
This is an example of how to use the no dpe provisioning-group primary command:
Usage Guidelines
This command clears configured secondary provisioning groups. If secondary provisioning groups are not available, the DPE can be used as a primary in other provisioning groups.
Examples
This is an example of how to use the no dpe provisioning-group secondary command:
Usage Guidelines
This command shows the configuration of the device configuration
Syntax Description
When entering the show device-config command, you must use this syntax:
<mac>—specifies a device's MAC address
Examples
This is an example of how to use the show device-config command. For the purpose of this example assume that the DPE MAC address is 1,6,00:00:00:00:00:03.
Note The output of this command has been trimmed for demonstration purposes. |
Usage Guidelines
This command checks to see if the DPE is running and displays the state of the process and, if running, its operational statistics. It does not indicate if the DPE is running successfully, only that the process itself is currently executing. However, DPE statistics that this command prints when the DPE is running, can be used to determine if the DPE is successfully servicing requests.
Examples
These examples show how to use the show dpe command:
These results occur when the DPE is not running.
These results occur when the DPE is running.
Usage Guidelines
This command shows the current DPE settings used when it is restarted. It is used to verify that all executed commands have been executed successfully.
Note The shared secret is protected data that is not displayed when the command is run in a Telnet session. When the command is run through a console connection, the configuration information is displayed. |
Examples
This is an example of how to use the show dpe config command:
Usage Guidelines
This command is used whenever the DPE requires a new software upgrade, using uploaded upgrade files. These files, which end in the file extension .bpr, should be FTP'd into the incoming directory. The upgrade process scans all available updates and determines which ones are required. It separates the files into these categories:
Examples
This is an example of how to use the upgrade command:
This section describes the system commands that affect how you can manage DPE logs. These commands include:
Note Prior to using any debug command, you must ensure that DPE debugging is enabled. Run the debug on command to enable this function. |
Usage Guidelines
This command remove historic (out of date) log files that exist on the system. These files include:
Over time, historic log files accumulate within the DPE. The support bundle state command is used to bundle these logs. Cisco recommends that you create a bundle before clearing logs. This ensures that no necessary files are accidently lost.
Examples
This is an example of how to use the clear logs command:
Usage Guidelines
This command enables the DPE cache debug logging, which involves messages pertaining to the DPE cache including:
Examples
This command requires no special syntax, and you enter it as shown in this example:
Usage Guidelines
This command enables the debugging of the DPE connection, which logs communication subsystem status and error messages. This is useful for finding communication problems between the DPE and the RDU.
Examples
This command requires no special syntax, and you enter it as shown in this example:
Usage Guidelines
This command enables debugging of the DPE server, which involves logging messages about the overall status and issues of the DPE server.
Examples
This command requires no special syntax, and you enter it as shown in this example:
Usage Guidelines
This command enables debugging of the DPE event manager, which involves logging messages and conditions showing the state of the event manager.
Examples
This command requires no special syntax, and you enter it as shown in this example:
Usage Guidelines
This command enables or disables the debugging of DPE exceptions, which involves logging full stack traces for exceptions occurring during system operation. When unusual situations occur, where the system is apparently corrupt or behaving very badly, running this command can reveal very valuable information for Cisco TAC support.
Examples
This command requires no special syntax, and you enter it as shown in this example:
Usage Guidelines
This command enables the debugging of the DPE framework, which involves logging information about the DPE server's underlying framework. This underlying infrastructure provides for all of the various servers in BAC.
Examples
This command requires no special syntax, and you enter it as shown in this example:
Usage Guidelines
This command enables the debugging of DPE messaging, which involves logging details about the DPEs messaging subsystem. This subsystem is used primarily for communication between the DPE and the RDU.
Examples
This command requires no special syntax, and you enter it as shown in this example:
Usage Guidelines
This command enables the debugging of TFTP transfers.
Examples
This command requires no special syntax, and you enter it as shown in this example:
Usage Guidelines
This command enables the debug logging which can be helpful when troubleshooting possible system problems. Additionally, specific debugging categories must be enabled separately with commands like debug dpe cache.
Examples
This command requires no special syntax, and you enter it as shown in this example:
Caution Enabling debug logging may have a server impact on DPE performance. The DPE should never be left running, with debug turned on, for long periods of time. |
Usage Guidelines
This command lets you set the logging level that will be saved. There are seven different logging levels that can be set. These include:
The level that you select identifies the minimum log level that will be saved, as described in the Configuring Log Levels section, on page A-2.
Note Cisco recommends that you keep the RDU logging level at the Warning level to help maintain a steady operations state. The Information level is recommended if you need to maintain steady state performance during debug operations. You should however, exercise caution when running with the Information level set because this creates a great number of log entries which in itself can adversely impact performance. |
Usage Guidelines
This command disables all debug logging.
Examples
This command requires no special syntax, and you enter it as shown here:
Usage Guidelines
This command disables DPE cache debug logging.
Examples
This command requires no special syntax, and you enter it as shown in this example:
Usage Guidelines
This command disables the debugging of the DPE connection.
Examples
This command requires no special syntax, and you enter it as shown in this example:
Usage Guidelines
This command disables debugging of the DPE server.
Examples
This command requires no special syntax, and you enter it as shown in this example:
Usage Guidelines
This command disables debugging of the DPE event manager.
Examples
This command requires no special syntax, and you enter it as shown in this example:
Usage Guidelines
This command disables the debugging of DPE exceptions.
Examples
This command requires no special syntax, and you enter it as shown in this example:
Usage Guidelines
This command disables the debugging of the DPE framework.
Examples
This command requires no special syntax, and you enter it as shown in this example:
Usage Guidelines
This command disables the debugging of DPE messaging.
Examples
This command requires no special syntax, and you enter it as shown in this example:
Usage Guidelines
This command disables the debugging of TFTP messages.
Examples
This command requires no special syntax, and you enter it as shown in this example:
Usage Guidelines
This command clears the settings assigned to the syslog server. When the syslog mode is set to either both or remote, clearing the syslog log server results in the log mode being automatically set back to local until a new log server is configured.
Examples
This is an example of how to use the no syslog log-server command:
Usage Guidelines
This command shows all recent log entries for the DPE. These logs contain general DPE process information, including logging all system errors or severe problems. Check this log, when the system is experiencing difficulties. If the log contains insufficient information, enable the debug logging function and experiment with the different categories related to the problem.
Syntax Description
When entering the show log command, you must use this syntax:
Examples
This is an example of how to use the show log command:
Usage Guidelines
This command shows the specified number of recent log entries for the DPE. Check this log, when the system is experiencing difficulties and, if the log contains insufficient information, enable the debug logging function and experiment with the different categories related to the problem.
Syntax Description
When entering the show log last command, you must use this syntax:
Examples
This is an example of how to use the show log last command:
Usage Guidelines
This command displays the running DPE log, which starts showing all messages logged to the DPE log. The command continues to run until you press Enter. Check this log when the system is experiencing difficulties. If the log contains insufficient information, enable the debug logging function and experiment with the different categories related to the problem.
Examples
This is an example of how to use the show log run command:
Usage Guidelines
This command shows all recent DPE syslog entries. The syslog file contains information about the general DPE system, including alerts from various processes related to the DPE. Check this log when the system is experiencing difficulties.
Examples
This is an example of how to use the show syslog command:
Note The output presented in this example is trimmed. |
Usage Guidelines
This command shows the specified number of recent DPE syslog entries, including information about the general DPE system including alerts from various processes related to the DPE. Check this log when the system is experiencing difficulties.
Syntax Description
When entering this command, you must use this syntax:
Examples
This is an example of how to use the show syslog last command:
Usage Guidelines
This command shows the running syslog, which starts showing all messages logged to the syslog. The command continues to run until you press Enter. The syslog contains information about the general DPE system including alerts from various processes related to the DPE. Check this log when the system is experiencing difficulties.
Examples
This is an example of how to use the show syslog run command:
Usage Guidelines
This command configures the log-server to send syslog messages whenever the syslog mode is set to either both or remote. When the mode is set to local changing this setting has no effect.
Syntax Description
When entering the syslog log-server command, and you must use this syntax:
Examples
This is an example of how to use the syslog log-server command:
Usage Guidelines
Configures the syslog subsystem to send messages to a remote server and also logs them locally. The remote system must be configured with the syslog log-server command.
Examples
This is an example of how to use the syslog mode command:
Usage Guidelines
Configures the syslog subsystem to log messages locally only.
Examples
This is an example of how to use the syslog mode command:
Usage Guidelines
Configures the syslog subsystem to send messages remotely and not log them locally. The remote system must be configured with the syslog log-server command.
Examples
This is an example of how to use the syslog mode command:
This section describes the commands that affect the PacketCable (voice technology) features found in the DPE. These commands include:
Note Prior to using any debug command, you must ensure that DPE debugging is enabled. Run the debug on command to enable this function. |
This command enables detailed debugging for the PacketCable SNMP service running on the DPE.
Examples
This is an example of how to use the debug dpe netsnmp command:
Usage Guidelines
This command enables debugging for the PacketCable secure registration service running on the DPE.
Examples
This is an example of how to use the debug dpe registration command:
Usage Guidelines
This command enables detailed debugging for the PacketCable SNMP service running on the DPE.
Examples
This is an example of how to use the debug dpe snmp command:
This command disables detailed debugging for the PacketCable SNMP service running on the DPE.
Examples
This is an example of how to use the no debug dpe netsnmp command:
Usage Guidelines
This command disables debugging for the PacketCable secure registration service running on the DPE.
Examples
This is an example of how to use the no debug dpe registration-server command:
Usage Guidelines
This command disables detailed debugging for the PacketCable SNMP service running on the DPE.
Examples
This is an example of how to use the no debug dpe snmp command:
Usage Guidelines
This command is used to disable DPE PacketCable services.
Examples
This is an example of how to use the no packetcable command:
Usage Guidelines
This command disables encryption on a MTA configuration file.
Syntax Description
When entering the no packetcable registration-server encryption command, you must use this syntax:
Usage Guidelines
This command is used to clear the SNMPv3 service key and turn off the SNMPv3 cloning support. For security reasons, this command is not available when a Telnet session is used and can only be set from the console mode.
Syntax Description
When entering the command, you must use this syntax:
Usage Guidelines
This command enables PacketCable services. To enable PacketCable, you need to:
Examples
This is an example of how to use the packetcable enable command:
Usage Guidelines
This command enables encryption of MTA configuration files.
Examples
This is an example of how to use the packetcable registration encryption command:
Usage Guidelines
This command is used to generate and set a security key used for communication between KDC and DPE.
Syntax Description
When entering the packetcable registration kdc-service-key command, you must use this syntax:
Where the <password> is any password, 6 to 20 characters in length, that you create.
Note The password that you enter for this command must match the password that is entered into the keygen tool when configuring the KDC. See the "Using the Keygen Tool" section 8-29 for additional information. |
Examples
This is an example of how to use the packetcable registration kdc-service-key command:
This CLI command sets the customer policy regarding enforcement of SNMP privacy in MTA communications. Entering a zero value lets the MTA choose the SNMP-v3 privacy option. Entering a non zero value means that the provisioning server sets the privacy option in SNMPv3 to a specific protocol; currently limited to DES.
Syntax Description
When entering the packetcable registration-server policy-privacy command, you must use this syntax:
Examples
This is an example of how to use the packetcable registration-server policy-privacy command:
Usage Guidelines
This command is used to generate and set a security key on the DPE to permit secure communication with the RDU. The secure communication channel with the RDU is only used for PacketCable SNMPv3 cloning support.
Note The same key has to be set on the RDU with a command line tool generateSharedSecret.sh located in the <BPR_HOME>/rdu/bin directory. |
Syntax Description
When entering the packetcable snmp key-material command, you must use this syntax:
Where the <password> is any password, 6 to 20 characters in length, that you create.
Note Once you run this CLI command, you must reload the DPE for the change to take affect. |
Examples
This is an example of how to use the packetcable snmp key-material command:
Usage Guidelines
This command dynamically sets the time (in seconds) that the PacketCable SNMP service will wait for a response to any SNMP SET operation.
Syntax Description
When entering the packetcable snmp timeout command, you must use this syntax:
Examples
This is an example of how to use the packetcable snmp timeout command:
This command shows recent PacketCable registration service log entries. This log contains information about the general PacketCable registration service including logging of provisioning errors or severe problems.
Examples
This is an example of how to use the show packetcable registration log command:
Usage Guidelines
This command displays a specified number of lines from the PacketCable registration service log file.
Syntax Description
When using this command, you must use this syntax:
Examples
This is an example of how to use the show packetcable registration log last command:
Usage Guidelines
This command displays the recent PacketCable registration service log file, and all new log messages, until the command is interrupted.
Examples
This is an example of how to use the show packetcable registration log run command:
This command shows recent log entries for the PacketCable SNMP provisioning service, which includes information about the general PacketCable SNMP provisioning service and the logging any MTA provisioning errors or severe problems.
Examples
This is an example of how to use the show packetcable registration log command:
Note The output presented in this example is trimmed. |
Usage Guidelines
This command displays a specified number of lines from the PacketCable SNMP log file.
Syntax Description
When using this command you must use this syntax:
Examples
This is an example of how to use the show packetcable snmp log last command:
Usage Guidelines
This command displays the recent PacketCable SNMP service log file, and all new log messages, until the command is interrupted.
Examples
This is an example of how to use the show packetcable snmp log run command:
This section describes the commands that affect the DPE SNMP agent features found in the DPE. These commands include:
Usage Guidelines
This command is used to remove the specified host.
Syntax Description
When using this command, you must use this syntax:
<ip>—identifies the hosts IP address
<xxx>—identifies the community
<###>—identifies the port number
Examples
This is an example of how to use this command:
Usage Guidelines
This command sets up the community access string to allow access for external SNMP managers to the DPE SNMP agent.
Syntax Description
When entering the snmp-server community command, you must use this syntax:
Examples
This is an example of how to use the snmp-server community command:
Usage Guidelines
This command specifies the recipient of all SNMP notifications and is used to configure the DPE SNMP agent to send traps to multiple hosts. This command is used to specify the recipient of SNMP traps and notifications. It is possible to use multiple instances of this command to specify more than one trap recipient.
Syntax Description
When entering the snmp-server host command, you must use this syntax:
Examples
This is an example of how to use the snmp-server host command:
Usage Guidelines
This command reloads the SNMP agent process on the DPE.
Syntax Description
When entering this command, you must use this syntax:
Examples
This is an example of how to use the snmp-server reload command:
Usage Guidelines
This command starts the SNMP agent process on the DPE.
Syntax Description
When entering this command, you must use this syntax:
Examples
This is an example of how to use the snmp-server start command:
Usage Guidelines
This command stops the SNMP agent process on the DPE.
Syntax Description
When entering this command, you must use this syntax:
Examples
This is an example of how to use the snmp-server stop command:
Posted: Tue Nov 25 06:41:06 PST 2003
All contents are Copyright © 1992--2003 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.