|
|
This chapter describes how to set up general switch features that apply to multiple switch interfaces, and begins with a configuration quickstart procedure, which introduces the configuration tasks. The following sections provided detailed information on how to complete the configuration tasks.
The quickstart procedure is provided as an overview and as a quick reference for those who have already configured the MGX 8850 switch.
| Command | Purpose | |
|---|---|---|
Step 1 | sysVersionSet "version" reboot | Select the runtime firmware version the switch will use on the PXM45 card and restart the switch with that firmware. Note that these commands must be entered at the PXM45 backup boot prompt: pxm45bkup>. See "Initializing the Switch," which appears later in this chapter. |
Step 2 | username password | Start a management session. For instructions on starting a session from a terminal or workstation attached to the CP port, see "Starting a CLI Management Session After Initialization," which appears later in this chapter. For information on other ways to manage a switch, see ""Supporting and Using Additional CLI Access Options." Note: To perform all the procedures in this quickstart procedure, you must log in as a user with SERVICE_GP privileges. The default user with these privileges is service and the password is provided with your switch. For more information on access privileges, see "Configuring User Access," which appears later in this chapter. |
Step 3 | adduser <username> <accessLevel> Related commands: cnfpasswd cnfuser <options> deluser <username> | Configure user access. This step is optional. See "Configuring User Access," which appears later in this chapter. |
Step 4 | cnfname <node name> | Configure the switch name. See "Setting and Viewing the Switch Name," which appears later in this chapter. |
Step 5 | cnfdate <mm:dd:yyyy> cnftmzn <timezone> cnftmzngmt <timeoffsetGMT> cnftime <hh:mm:ss> Related commands: dspdate | Configure the switch time. See "Viewing and Setting the Switch Date and Time," which appears later in this chapter. |
Step 6 | addcontroller <options> Related commands: dspcontrollers | Add the PNNI controller. See "Configuring the PNNI Controller," which appears later in this chapter. |
Step 7 | cnfclksrc <options> | Configure any BITS clock ports the switch will use. This step is optional. See "Configuring BITS Clock Sources," which appears later in this chapter. |
Step 8 | cnfpnni-node <options> | Set the PNNI node address. See "Setting the PNNI Node Address," which appears later in this chapter. |
Step 9 | cnfspvcprfx <prefix> Related commands: dspspvcprfx | Set the SPVC prefix. See "Setting and Viewing the SPVC Prefix," which appears later in this chapter. |
Step 10 | cnfsnmp community [string] cnfsnmp contact [string] cnfsnmp location [string] Related commands: dspsnmp | Configure SNMP management. See "Configuring for Network Management," which appears later in this chapter. |
After you assemble a new switch, as described in the Cisco MGX 8850 Hardware Installation Guide, you must initialize the switch before you can configure it. Although PXM45 cards ship with the latest version of boot firmware on the front card, the runtime firmware cannot be loaded until both front and back cards are installed. When you initialize the switch, you are configuring the switch to load a specific runtime firmware version from the PXM45 hard disk back card.
A new switch must be initialized using a console port management session. As shown in Figure 2-1, a console port management session requires a terminal or workstation with a serial connection to the Console Port (CP) port on the PXM45 UI-S3 back card.

To initialize the switch, use the following procedure.
You can use any personal computer or UNIX workstation with a terminal emulation program that emulates the VT-100.
![]() |
Note You can connect the terminal to a PXM45 in either slot 7 or slot 8. |
Step 2 Start the terminal, or if using a workstation, start a terminal emulation program and configure it to connect to the switch through the serial port on the workstation. For instructions on configuring the terminal emulation program, refer to the documentation for the program.
The default switch configuration supports the following settings: 9600 bps, 8 data bits, no parity, 1 stop bit, no hardware flow control.
Step 3 At the workstation, enter the command that connects the terminal emulation program to another computer.
Step 4 If the switch power is not on, turn on the switch power as described in the Cisco MGX 8850 Hardware Installation Guide.
![]() |
Note You can connect the workstation to the switch before or after power is applied. If you connect the terminal emulation program to the switch before power is applied, the terminal emulation program displays the switch startup messages. |
Step 5 If the switch does not display any messages or prompt, press Return.
When the switch startup is complete, it will display the PXM45 backup boot prompt:
pxm45bkup>
Step 6 Locate and write down the version number for the runtime firmware provided with your switch. You need this version number to complete the next step.
The version number is listed in the Release Notes for the Cisco MGX 8850, Release 2 and must be entered using the same format listed in the firmware file name. For example, if the firmware filename is pxm45_002.000.001.000_mgx.fw, the firmware version number you will enter is 002.000.001.000.
Step 7 When the PXM45 backup boot prompt appears, define the PXM45 runtime firmware version by entering the sysVersionSet command as follows:
pxm45bkup> sysVersionSet "version"
Replace version with the version number for the runtime firmware. For example:
pxm45bkup> sysVersionSet "002.000.001.000"
Step 8 Reboot the switch by entering the reboot command as follows:
pxm45bkup> reboot
During initialization, the switch will appear to boot twice. When the reboot is complete, the switch displays the Login prompt, which indicates that the firmware is loaded and the switch is ready for configuration.
Step 9 To log in to the switch, enter the login name supplied with your switch, and then enter the password for that login name. For example:
Login: superuser password: unknown.7.PXM.a >
![]() |
Note The number 7 in the switch prompt indicates you have initialized the PXM45 in slot 7. If you are initializing the PXM45 in slot 8, the switch prompt displays the number 8. |
The switch does not display the password during login. When login is complete, the switch prompt appears.
The switch prompt uses the following format:
nodename.slot.cardtype.state>
Table 2-1 describes the components in the CLI prompt.
| Component | Description |
|---|---|
nodename | The nodename is the name of the node. When a new switch starts up, the node name is set to "unknown." To change the name, see "Setting and Viewing the Switch Name," which appears later in this chapter. |
slot | The slot number indicates which card you are configuring. For most general switch configuration procedures, you need to configure the switch using the PXM45 cards in slots 7 or 8. For many trunk configuration procedures, you need to modify an AXSM card in slots 1-6 and 9-14. |
cardtype | The cardtype identifies the model of the card: PXM or AXSM. |
The card state is active (a), standby (s), or initialized (i). Cards are labeled as initialized during switch startup. |
After initialization, the PXM45 card in the initialized slot becomes active. If a second PXM45 is installed in the other slot, the active PXM45 initiates a runtime firmware load on the other slot. After the runtime firmware loads on the non-active PXM45, the card enters standby mode, ready to take control if the active card fails.
After you log in, the switch maintains your session for 10 minutes (600 seconds) after the last keystroke is entered. If the session is idle longer than 600 seconds, the session is terminated.
![]() |
Tips To restart an automatically terminated session, press Return. The switch will prompt you for a login name and password. |
Step 10 To change the session time-out period, enter the timeout command as follows:
unknown.7.PXM.a > timeout seconds
Replace seconds with the number of seconds you want the session to remain active before it times out. The maximum value is 600. To disable time-out, enter 0 seconds. The switch uses the new timeout value until you terminate the session. Each time a new session is started, the timout value returns to the default value, 600 seconds.
Once you have completed the procedure above, you have established a Command Line Interface (CLI) management session. You can use a CLI management session to configure or monitor the switch.
After initialization, you can terminate and start sessions at any time using the terminal or workstation connection to the CP port, which was described in the previous section.
![]() |
Tips The switch also supports several other types of management connections, including remote connections. For instructions on supporting and starting other types of CLI management sessions, see "Supporting and Using Additional CLI Access Options." |
To start a CLI management session at the CP port for switch configuration and monitoring, use the following procedure.
For instructions on preparing the terminal and the connection, refer to the previous section, "Initializing the Switch."
Step 2 If the Login prompt does not appear, press Return. The Login prompt comes from the switch and indicates that the terminal has successfully connected to the switch.
Step 3 When the Login prompt appears, enter the login name supplied with your switch, and then enter the password for that login name. For example:
Login: superuser password: pop20one.7.PXM.a >
![]() |
Note To perform most of the procedures in this chapter, you will need to login as a user with SUPER_GP privileges (Default username and password: superuser, superuser). |
The switch does not display the password during login. When login is complete, the switch prompt appears.
The switch prompt uses the following format:
nodename.slot.cardtype.state>
Table 2-1 describes the components in the switch prompt.
After you log in, the switch maintains your session for 10 minutes (600 seconds) after the last keystroke is entered. If the session is idle longer than 600 seconds, the session is terminated.
![]() |
Tips To restart an automatically terminated session, press Return. The switch will then prompt you for a login name and password. |
Step 4 To change the session time-out period, enter the timeout command as follows:
unknown.7.PXM.a > timeout seconds
Replace seconds with the number of seconds you want the session to remain active before it times out. The maximum value is 600. To disable time-out, enter 0 seconds. The switch uses the new timeout value until you terminate the session. Each time a new session is started, the timout value returns to the default value, 600 seconds.
Once you have completed the procedure above, you have established a Command Line Interface (CLI) management session. You can use a CLI management session to configure or monitor the switch.
CLI management sessions automatically terminate after the configured idle time. The default idle time is 600 seconds (10 minutes) and can be changed with the timeout command. To manually end a CLI management session, enter the bye command.
![]() |
Note The bye command ends the CLI session. It does not terminate the terminal session. For instructions on terminating the terminal session, refer to the manuals for your terminal or terminal emulation program. |
To restart the session after entering the bye command, just press Return, and the switch will prompt you for a username and password.
The commands in the switch operating system are associated with the cards that are installed in the switch. Before you execute a command, you must select a card that supports the command. The switch displays the currently selected card in the switch prompt. For example, the following switch prompt shows that the PXM45 card in slot 7 is selected:
mgx8850a.7.PXM.a >
To select another card in the switch, enter the following command:
mgx8850a.7.PXM.a > cc <slotnumber>
Replace slotnumber with the number of the slot in which the card you want to manage is installed. Valid slot numbers for PXM cards are 7 and 8. Valid slot numbers for AXSM cards are 1-6 and 9-14. After you use the cc command to change cards, verify that you are managing the correct card by viewing the the slot number shown in the switch prompt. The following example shows the prompt for an AXSM card in slot 9:
mgx8850a.9.AXSM.a >
If you have trouble executing a command, look at the switch prompt to see if you have selected the correct card and type for the command. The following example shows the response to an unrecognized command:
mgx8850a.9.AXSM.a > dspdate ERR: unknown command: "dspdate"
The dspdate command must be run on a PXM45 card and is not recognized by an AXSM card.
![]() |
Tips The command examples in this book include the switch prompt so that you can verify which card type supports a command. |
Because the help command is the only command that begins with he, you can use the abbreviated he command to display help. The following example demonstrates that the switch recognizes partial commands and displays long reports one page at a time.
p2_203.7.PXM.a > he
Available commands
------------------
?
abortofflinediag
abortrev
addaddr
addcontroller
addfltset
addpnni-node
addpnni-summary-addr
addpnport
addprfx
addred
addserialif
addtrapmgr
adduser
aesa_ping
arpAdd
arpDelete
arpFlush
arpShow
Type <CR> to continue, Q<CR> to stop:
Because the help report is too long to appear on one screen, it is displayed in pages. Press Return to display the next page, or type q and press Return to cancel the report display.
The following example demonstrates what can appear when a command is entered at the wrong card prompt.
mgx8850a.9.AXSM.a > dspcds
ERR: incorrect number of parameters: (not enough)
Syntax: dspcdsct <bw|gen|cosb|vcThr|cosThr>
bw|gen|cosb|vcThr|cosThr -- bw: Bandwidth parameters
gen: policing and CAC parameters
cosb: cosb parameters
vcThr: vc threshold parameters
cosThr: cosb threshold parameters
In the example above, the dspcds command is entered at the AXSM card prompt, but this command is not supported on the AXSM card (although the dspcd command is). Because the command isn't recognized, the switch matches it up to a command that is supported, which is the dspcdsct command. Because the command was entered without parameters, the switch displays an error message and the correct format for entering the dspcdsct command.
Whenever the switch displays an error message, be sure to check the spelling of the command, the parameters entered with the command, and the prompt at which the command was entered.
The switch operating system provides three ways to display information on commands. To display a list of all the commands available, enter the help command as follows:
mgx8850a.7.PXM.a > help
To display a list of commands that include a common set of characters, enter a question mark and the common set of characters as shown in the following example:
mgx8850a.7.PXM.a > ? ip
Available commands
------------------
cliPlugin
cliPlugout
cnfifip
cnfilmiproto
cnftrapip
delifip
dspifip
dspipconntask
dspipif
dspipifcache
dsptrapip
ipifconfig
pntracevsipkt
setipconndebug
To display the syntax of a command, enter the command without any parameters. The following example shows the syntax report provided by the switch using the addport command.
mgx8850a.9.AXSM.a > addport
ERR: incorrect number of parameters: (not enough)
Syntax: addport "<ifNum> <bay.line> <guaranteedRate> <maxRate> <sctID> <ifType>
[vpi]"
If Number -- number between 1 and 60
Line Number -- format bay.line
Guaranteed virtual int. Rate -- rates in cells/sec:
Max virtual int. Rate -- for OC48:between 50 and 5651328
for OC12:between 50 and 1412832
for OC3:between 50 and 353208
for T3:between 50 and 96000(PLCP),104268(ADM)
for E3:between 50 and 80000
SctID -- SCT file ID between 0 and 255, for default file use 0
IfType -- 1: uni 2: nni 3: vnni
vpiNum -- vpi between 1 and 4095:
used for configuring interface as virtual trunk
When a parameter is shown between less-than (<) and greater-than (>) symbols, the parameter represents a variable that must be replaced by a value. The values are described below the command syntax.
When the parameter is shown between brackets ([]), it is an optional parameter. If you omit an optional parameter, most commands will use the last value defined for the option. If no value has been assigned to an option, the default value is used.
![]() |
Note Some commands, such as dspcd and saveallcnf, do not require parameters, so entering the command without parameters executes the command.When you enter the saveallcnf command, which saves the current switch configuration to a file, the switch prompts you to confirm the save before execution begins. Whenever the switch prompts you to confirm a command, the command you are confirming is likely to change the switch configuration or reduce switch performance. |
The usernames and passwords supplied with your switch provide access to all customer accessible features within the switch, and they allow you to add and delete users and change user passwords.
When configuring user access for the switch, consider the following recommendations:
The following sections describe how to add users, change passwords for existing users, and delete users.
When you add users to the switch, you must specify the following for each user:
The user name and password identify the user and determine the user's access level for switch management.
An access level must be assigned to a user when the user is added to the switch. The access levels listed in Table 2-2 are used throughout this guide to indicate the level of access required to execute a command or complete a procedure. These access levels are also called access privileges. If a user has access privileges at a lower level than a command requires, the user cannot execute the command. If the user has access privileges at the level required or at a higher level, the user can execute the command.
| Access Level | Descriptions |
|---|---|
This is the highest user access level. Users with this access level have complete access to all commands. Users at the Cisco access level can add users, delete users, change passwords, and change access levels for users at the following levels: SERVICE_GP, SUPERUSER_GP, GROUP1 to GROUP5, and ANYUSER. | |
This access level allows access to commands that update switch firmware, save and restore the switch configuration, and enable debugging. This access level also provides access to all commands in all lower access levels: SUPERUSER_GP, GROUP1 to GROUP5, and ANYUSER. The default username is service. The password is provided with your switch. Users at the service access level can add users, delete users, change passwords, and change access levels for users at the following levels: SUPERUSER_GP, GROUP1 to GROUP5, and ANYUSER. | |
This access level allows users to configure switch level parameters such as the node name, date, and interface IP addresses. Users at this level can also enable traces. This access level also provides access to all commands in all lower access levels: GROUP1 to GROUP5 and ANYUSER. The default username is superuser, and the default password is superuser. Users at the superuser access level can add users, delete users, change passwords, and change access levels for users at the following levels: GROUP1 to GROUP5 and ANYUSER. | |
This access level allows users to configure line and port level parameters. This access level also provides access to all commands in all lower access levels: GROUP2 to GROUP5 and ANYUSER. No default username and password is provided for this access level. Users at the GROUP1 access level can add users, delete users, change passwords, and change access levels for users at the following levels: GROUP2 to GROUP5 and ANYUSER. | |
In this release, the GROUP2, GROUP3, GROUP4, and GROUP5 access levels provide the same level of control as the ANYUSER access level. No CLI commands are assigned to any of these access levels. No default username and password is provided for these access levels. | |
This access level allows users to run display and status commands that display the switch configuration and operational status. No default username and password is provided for this access level. |
To add a user to the switch, use the following procedure.
Step 2 Enter the following command after the switch prompt:
mgx8850a.7.PXM.a >adduser <username> <accessLevel>
Enter the username using 1-12 alphanumeric characters. Specify the access level by entering one of the levels defined in Table 2-2.
![]() |
Note The access levels are case-sensitive and must be entered as shown in Table 2-2. Also, you cannot add users at access levels that are equal to or above your own access level. |
![]() |
Tips To determine which commands are available at a particular access level, log into the switch as a user at that access level, then enter the help command. |
If you enter the command correctly, the switch prompts you for a password.
Step 3 Enter a password using 5 to 15 characters.
Step 4 When prompted, enter the password a second time to validate the previous entry.
This completes the addition of the new user.
Step 5 To display the new user in a list of all users, enter the command dspusers.
Step 6 To test the username, enter the bye command, then log in as the new user.
![]() |
Tips If you forget which username you used to log in, enter the whoami command. This command displays the username, access level, and access method (for example, Telnet) for the current session. |
Use the cnfpasswd command to change your own password.
![]() |
Note The cnfuser command allows you to change another user's password if you have the correct access privileges. The next section describes how to use the cnfuser command. |
To change your own password with the cnfpasswd command, use the following procedure.
Step 2 Enter the following command after the switch prompt:
mgx8850a.7.PXM.a >cnfpasswd
Step 3 When prompted, enter your current password.
Step 4 When prompted, enter a new password using 5 to 15 characters.
Step 5 When prompted, enter the new password a second time to validate the correct entry.
This completes the change of password.
Step 6 To test the new password, enter the bye command, then log in using the new password.
After you create a user, you can change that user's access level or password using the cnfuser command.
![]() |
Note You can also change the user password with the cnfpasswd command as described in the preceding section. |
To change the user level or password of a switch user, use the following procedure.
Step 2 Enter the following command after the switch prompt:
mgx8850a.7.PXM.a >cnfuser -u <username> [-p <password>] [-l <accessLevel>]
Replace username with the name of the user for whom you are making the change.
If you are changing the password, specify the -p option and enter a password containing 5-15 characters. If you are changing the user access level, specify the -l (lowercase L) option and enter the appropriate access level as shown in Table 2-2.
![]() |
Note You can change passwords and access levels only for users who have privileges lower than the username you used to log in. |
Step 3 To test a new password, enter the bye command, then log in using the new password.
Step 4 To verify a user access level change, enter the dspusers command.
The dspusers command displays all the usernames and the access level for each user as shown in the following example:
p2_203.7.PXM.a > dspusers
UserId AccessLevel
-------------------------
cisco CISCO_GP
service SERVICE_GP
superuser SUPER_GP
jbowman GROUP1
To delete a user, use the following procedure.
Step 2 Enter the following command after the switch prompt:
mgx8850a.7.PXM.a >deluser <username>
Enter the username using 1 to 12 alphanumeric characters.
This completes the deletion of a user.
Step 3 To verify the user has been deleted, enter the command dspusers.
The switch name identifies the switch you are working on, which is important when you are managing multiple switches. The current switch name appears in the CLI prompt when you are managing a switch. To change the switch name, use the following procedure.
Step 2 Enter the following command after the switch prompt:
mgx8850a.7.PXM.a > cnfname <node name>
Enter up to 32 characters for the new node name, and since the node name is case-sensitive, be sure to use the correct case. For example:
mgx8850a.7.PXM.a > cnfname mgx8850b
The new name appears immediately in the next CLI prompt.
The switch date and time is appended to event messages and logs. To assure that events are properly time stamped, use the following procedure to view and change the date and time.
Step 2 To view the current switch date and time, enter the following command after the switch prompt:
mgx8850a.7.PXM.a > dspdate
Step 3 To change the switch date, enter the following command:
mgx8850a.7.PXM.a > cnfdate <mm/dd/yyyy>
Step 4 To change the time zone, enter the following command:
mgx8850a.7.PXM.a > cnftmzn <timezone>
Replace timezone with GMT for Greenwich Mean Time, EST for Eastern Standard Time, CST for Central Standard Time, MST for Mountain Standard Time, PST for Pacific Standard Time. Options 2 through 5 are for switches located in the Western Hemisphere. If your switch is located outside the Western Hemisphere, select GMT and use the next step to specify an offset from GMT.
Step 5 To configure an offset from GMT, enter the following command:
mgx8850a.7.PXM.a > cnftmzngmt <timeoffsetGMT>
Replace timeoffsetGMT with the offset in hours from GMT. Enter a number in the range of -12 to +12.
Step 6 To change the switch time, enter the following command:
mgx8850a.7.PXM.a > cnftime <hh:mm:ss>
Replace hh with the hour of the day (0-23), mm with the minute of the hour (0-59), and ss with the number of seconds in the minute (0-60).
Step 7 To verify the new date and time settings, enter the dspdate command.
The PNNI controller simplifies switch configuration by using the PNNI protocol to discover call routes in an ATM network. Without the PNNI controller, each route through the network would have to be defined manually. "Managing PNNI Routes," provides more information on PNNI. This section describes how to enable and configure the PNNI controller for the switch.
![]() |
Note Before entering the following command, you must log in as a user with SUPER_GP privileges or higher. |
To enable and configure the PNNI controller, enter the following command:
mgx8850a.7.PXM.a > addcontroller <cntrlrId> i <cntrlrType> <lslot> [cntrlrName]
Table 2-3 describes the parameters for the addcontroller command.
![]() |
Tips Remember to include the i option, which identifies the controller as an internal controller. |
| Parameter | Values | Descriptions |
|---|---|---|
cntrlrId | 2 | Controller ID. Enter 2 to specify a PNNI controller. |
cntrlrType | 2 | Controller type. Enter 2 to specify a PNNI controller. |
lslot | 7 | Logical slot. Enter 7 to specify the PXM45 as the PNNI controller host. |
cntrlrName | text | Controller name. This parameter is optional.You can enter a text name to identify the PNNI controller. |
To display the PNNI controller configuration, enter the dspcontrollers command:
mgx8850a.7.PXM.a > dspcontrollers
The "Network Clock Source Plan" section in "Preparing for Configuration," introduces Building Integrated Timing System (BITS) clock sources and provides guidelines for developing a network clock source plan. When the network clock source plan requires BITS clock sources on the switch, you can use the procedure in this section to configure the BITS clock connections.
Figure 2-2 shows how BITS clock sources connect to the PXM45 UI-S3 back card.

The PXM45-UI-S3 clock source ports can be used to receive clock signals from either T1 or E1 lines; the card does not support both line types simultaneously. These clock ports support stratum levels 1-3.
The PXM45 provides a revertive function that you can enable when the primary clock source is received on a BITS clock port. A clock source failure occurs when the signal is lost or the clock source has drifted out of the range specified for its stratum. When the revertive function is enabled, the switch automatically reverts to the primary BITS clock after the primary source operates within specification for 12 seconds.
The following procedure describes how to configure the switch to use clock sources on the BITS clock ports.
Step 2 To configure a primary or secondary BITS clock source, enter the cnfclksrc command:
mgx8850a.7.PXM.a > cnfclksrc <priority> [shelf.]slot.port -bits {e1|t1} [-revertive {enable|disable}]
Table 2-4 describes the parameters for this command.
| Parameter | Values | Descriptions |
|---|---|---|
priority | primary or secondary | Replace priority with the type of clock source, which is either primary or secondary. The default is primary. |
shelf | 1 | The shelf value is always 1 and is optional. |
slot | 7 | The slot number is 7 for the BITS clocks (regardless of whether the active PXM45 is in slot 7 or 8). |
port | 35 through 38 | The port number identifies the port on the PXM45-UI-S3 to which the BITS clock is connected and the type of line connected. Select the appropriate port number from the following:
|
-bits | e1 or t1 | The -bits option specifies whether the clock source line is an E1 or T1. |
-revertive | enable or disable | The -revertive option enables or disables the revertive feature for the BITS clock sources. |
Step 3 To configure an additional BITS clock source, repeat Step 2 using the correct parameters for the additional source.
Step 4 To display the clock source configuration, enter the dspclksrcs command, which is described in "Viewing the Configured Clock Sources," in "Switch Operating Procedures."
The following command example shows how to configure a primary E1 external clock source at the upper connector of the PXM45-UI-S3. Note the command punctuation.
mgx8850a.7.PXM.a > cnfclksrc primary 7.35 -bits e1
The next example configures a primary network clock source and enables the revertive option.
mgx8850a.7.PXM.a > cnfclksrc primary 7.36 -bits e1 -revertive enable
The last example disables the revertive function for an E1 BITS clock.
mgx8850a.7.PXM.a > cnfclksrc primary 7.36 -bits e1 -revertive disable
The PNNI node address is the switch ATM address that is advertised throughout the PNNI network. The default PNNI node address is shown in Figure 2-3.

The first byte (47) of the default address identifies the address as an International Code Designator (ICD) ATM End Station Address (AESA). The second and third bytes (0091) are the globally unique ICD assigned to Cisco, and the next four bytes (81000000) are identical for all MGX 8850 switches. The unique portion of the default node address is the 6-byte MAC address, which is used in bytes 8 through 13 and again in bytes 14 through 19. Byte 20, which is the selector byte, is set to 00 by default.
Cisco assigns a unique MAC address to each PXM45 when it ships from the factory, and this is used to create a unique PNNI node address. For evaluation purposes, the Cisco unique ATM addresses are acceptable. For production networks, however, Cisco recommends that you change the PNNI node address to an address that conforms to the address plan for your business. For more information on creating an address plan, see "Guidelines for Creating an Address Plan," in "Preparing for Configuration."
![]() |
Caution When installing new switches, you can assume that each default node address will be unique. When PXM45 cards are repaired or moved between switches, however, it is possible that two switches will start using the same node address. To prevent duplicate node addresses, use your own address plan, and check the node address whenever a PXM45 card is replaced or moved from one switch to another. |
The following procedure describes how to set the PNNI node address for the switch.
Step 2 Disable PNNI node operation by entering the following command:
pop20one.7.PXM.a > cnfpnni-node node-index -enable false
The node-index uniquely defines a single PNNI node within the switch. The switch allows you to define multiple PNNI nodes within the switch. Initially, there is just one PNNI node, and its index number is 1. To disable the default PNNI node, replace node-index with 1.
Step 3 Change the PNNI address with the cnfpnni-node command as follows:
pop20one.7.PXM.a > cnfpnni-node node-index [-atmAddr atm-address] [-level level] [-nodeId nodeId]
Table 2-5 describes the parameters for this command.
![]() |
Note The cnfpnni-node command supports additional parameters that are not shown in Table 2-5. For more information, refer to the Cisco MGX 8850 Routing Switch Command Reference, Release 2. |
| Parameter | Values | Descriptions |
|---|---|---|
node-index | 1 to 4,294,967,299 | This number uniquely defines a single PNNI node within the switch. The switch allows you to define multiple PNNI nodes within the switch. Initially, there is just one PNNI node, and its index number is 1. To change the PNNI node address for the default PNNI node, enter 1. |
atm-address |
| Enter a 20-byte ATM address for the PNNI node. This address should conform to your ATM address plan. For more information, see "Guidelines for Creating an Address Plan," in "Preparing for Configuration." |
level | 1 to 104 | Enter the PNNI level for the peer group in which the switch operates. The default value is 56, and this value remains unchanged if you do not enter a new value. For more information on selecting a PNNI level, see "Guidelines for Creating an Address Plan," in "Preparing for Configuration." |
nodeId |
| Enter a 22-byte node ID as shown in Figure 2-4. The level should match the level set with the -level option and the ATM address should match the address set with the -atmAddr option. |

Step 4 Enable PNNI node operation by entering the following command:
pop20one.7.PXM.a > cnfpnni-node node-index -enable true
Replace node-index with the value you used when disabling and reconfiguring the PNNI node.
Step 5 To display the PNNI node configuration, enter the command:
pop20one.7.PXM.a > dsppnni-node node-index
Replace node-index with the value you used when reconfiguring the PNNI node. The switch displays a report similar to the following:
pop20two.7.PXM.a > dsppnni-node 1 node index: 1 node name: pop20two Level............... 56 Lowest.............. true Restricted transit.. off Complex node........ off Branching restricted on Admin status........ up Operational status.. up Non-transit for PGL election.. off Node id...............56:160:47.00918100000000001a531c2a.00001a531c2a.01 ATM address...........47.00918100000000001a531c2a.00001a531c2a.01 Peer group id.........56:47.00.9181.0000.0000.0000.0000.00
The SPVC node prefix is the ATM prefix that PNNI advertises for all SPVCs on this node. The ATM address for each SPVC is the combination of the SPVC prefix and a port identification number.
You can configure one SPVC node prefix per node. The default SPVC prefix is set to match the first 13 bytes of the default ATM address, which is shown in Figure 2-3. In most cases, if you change the PNNI node address, you should change the SPVC prefix to match the new ATM address.
![]() |
Note Although the SPVC prefix is set to match the first 13 bytes of the PNNI node address by default, changing either the PNNI node address or the SPVC prefix has no effect on the other setting. If the PNNI node ATM address and the SPVC prefix do not match, the switch advertises both prefixes instead of just one, and this advertising consumes additional bandwidth. |
To set the SPVC prefix, use the following procedure.
![]() |
Note You can change the SPVC prefix only when no SPVCs have been defined. Once an SPVC has been defined, you must delete all SPVCs before you can change the SPVC prefix. |
Step 2 Use the following command to display the current SPVC prefix:
pop20two.7.PXM.a > dspspvcprfx
The switch response is similar to the following:
pop20two.7.PXM.a > dspspvcprfx SPVC Node Prefix: 47.00918100000000001a531c2a
![]() |
Tips If the SPVC prefix begins with 47.009181000000, the SPVC prefix is probably set to the default value. To display the current PNNI node address, enter the dsppnni-node command. |
Step 3 To change the SPVC prefix, enter the following command:
pop20two.7.PXM.a > cnfspvcprfx <prefix>
Replace prefix with the 13-byte prefix you want to use.
![]() |
Note The SPVC node prefix for each node must be unique within the network. |
Step 4 Verify the correct entry of the prefix by entering the dspspvcprfx command.
The MGX 8850 switch includes a Simple Network Management Protocol (SNMP) agent that you can configure for communications with a network management station such as Cisco WAN Manager (CWM) or a third-party SNMP manager. When configured for SNMP management, the switch accepts configuration commands from management stations and sends status and error messages to the management station.
Typically, CWM operates on a workstation connected to an IP network and uses IP over ATM connections to connect to the MGX 8850 switches. For information on establishing this type of access, refer to "Setting Up ATM WAN Connections" in "Supporting and Using Additional CLI Access Options."
To support the auto-discovery feature of CWM, ILMI should be brought up on all links between the CWM workstation and the switches it will manage. For information on bringing up ILMI, refer to"Configuring ILMI on a Port" in "Provisioning."
To configure information about a switch in the local SNMP agent, use the following procedure.
Step 2 To define the SNMP password for network management, enter the following command:
mgx8850a.7.PXM.a > cnfsnmp community [password]
If the password parameter is not specified, the password becomes "private."
Step 3 To define a text string that identifies the location of the switch to the management station, enter the following command:
mgx8850a.7.PXM.a > cnfsnmp location [location]
If the location parameter is not specified, the location is set to null (no text). The location value is sent to SNMP managers when information is requested about the sysLocation MIB object.
Step 4 To define a text string that identifies a person to contact regarding issues with this switch, enter the following command:
mgx8850a.7.PXM.a > cnfsnmp contact [contact]
If the contact parameter is not specified, the location is set to null (no text). The contact value is sent to SNMP managers when information is requested about the sysContact MIB object.
Step 5 To display the SNMP agent configuration, enter the dspsnmp command. The command display appears similar to the following:
mgx8850a.7.PXM.a > dspsnmp mgx8850a System Rev: 02.00 Feb. 17, 2000 09:18:04 PST MGX8850 Shelf Alarm: NONE Community: password rw System Location: Lab System Contact Jack, 555-555-1212
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Thu Sep 14 18:53:12 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.