- Overview
- Command Line Interface
- Access the Switch Module from the Host Router
- Assign the Switch Module IP Address and Default Gateway
- Cisco IOS Configuration Engine
- Administer the Switch Module
- Switch Module Authentication
- Interface Configuration
- EtherChannel Configuration Between the Switch Module and the Host Router
- Smartports Macros Configuration
- VLAN Configuration
- Private VLAN Configuration
- IEEE 802.1Q and Layer 2 Protocol Tunneling Configuration
- Quality of Service Configuration
- EtherChannel Configuration and Link State Tracking
- MODBUS TCP Configuration
- SDM Template Configuration
- Troubleshooting
- Initial Configuration with the CLI Setup Program
- Cisco IOS File System, Configuration Files, and Software Images
- MODBUS TCP Registers
- Unsupported Commands in Cisco IOS Release 12.2(58)EZ
Access the Switch Module from the Host Router
This chapter describes how to access the CGR 2010 ESM from the host CGR 2010 router, and contains the following topics:
Introduction
After the CGR 2010 ESM is installed on the router, you see a new Gigabit Ethernet interface 0/x/0 (where x is the slot number) recognized by the IOS. The output shown in Table 3-1 is taken after two switches are installed on the router:
|
|
|
|
|
|
---|---|---|---|---|---|
The service-module gigabitethernet 0/x/0 session command is the privileged EXEC mode command used to console into the switch module from the host router.
You need to console into the switch module to configure it. To console into the switch module, you must configure an IP address on the internal backplane Gigabit Ethernet interface, that is, GE0/0/0 or GE0/2/0, connected to the switch module.
- If you try to console into the switch module without assigning an IP address, you receive the following error message:
Accessing the Switch Module from the Host Router
This section covers the following topics:
- Connected Grid Router and Ethernet Switch Module Relationship
- Example GRWICs
- Logging into a Module
- Toggle Between Module Session and Router Session
- To View OS Version on the Module
- To View OS Image Name of the Module
- To View Interfaces on the Module
- Bundled Interfaces
- To Access the CGR 2010 ESM
Connected Grid Router and Ethernet Switch Module Relationship
The following diagram shows the relationship between the Connected Grid Router (CGR) and its GRWIC Ethernet Switch Module (ESM) and how to log into the CGR and into the ESM.
Figure 3-1 Connected Grid Router—Ethernet Switch Module Relationship
Example GRWICs
The following are example GRWICs:
|
|
---|---|
Logging into a Module
Step 1 Configure the IP address of module.
CGR-2010(config)# interface g0/0/0
CGR-2010(config-if)# ip address 10.0.0.1 255.255.255.0
Step 2 Session into the module:
CGR-2010# service-module gigabitethernet 0/0/0 session
Toggle Between Module Session and Router Session
After you have sessioned in to the module, you can toggle from the module session and to the router session by using the key combination of Cntrl-Shift-6, then x:
GRWIC-8PC>(Hit key combination Cntrl-Shift-6, then x.)
Similarly, you can toggle back to the module session by using the Return key:
To View OS Version on the Module
To View OS Image Name of the Module
To view the name of the OS image on the module, do the following:
Example image name: grwicdes-ipservicesk9-mz.122-58.EY
Note An IP services image provides Layer 3 services.
To View Interfaces on the Module
GRWIC-8PC# show ip interface brief
GRWIC-8PC# show running configuration
Either command displays a list of the available physical interfaces and the virtual bundled interfaces.
Bundled Interfaces
Cisco IOS Release 12.3(13a)BC first introduced support for virtual interface bundling on the Cisco uBR10012 universal broadband router and the Cisco uBR10-MC5X20S/U/H Broadband Processing Engine (BPE), and the Cisco uBR7246VXR router. In prior Cisco IOS releases, cable interface bundling was limited to physical interfaces as master or slave interfaces, and show commands did not supply bundle information.
Why use bundled interfaces? Virtual interface bundling introduces these advantages:
- Uses bundle interface and bundle members instead of master and slave interfaces.
- Is virtually defined, as with IP loopback addresses, for example.
- Supports bundle information in multiple show commands.
- Prevents loss of connectivity on physical interfaces should there be a failure, problematic online insertion and removal (OIR) of one line card in the bundle, or erroneous removal of configuration on the master interface.
- Supports and governs the following Layer 3 settings for the bundle member interfaces:
– Source-verify and lease-timer functions
– Cable dhcp-giaddr (The giaddr field is set to the IP address of the DHCP client.)
To Access the CGR 2010 ESM
To access the CGR 2010 ESM from the host router:
For information about configuring the switch module for Telnet access, see the “Setting a Telnet Password for a Terminal Line” section. The switch module supports up to 16 simultaneous Telnet sessions. Changes made by one Telnet user are reflected in all other Telnet sessions.
For information about configuring the switch module for SSH, see the “Configuring the Switch Module for Secure Shell” section. The switch module supports up to five simultaneous secure SSH sessions.
After you connect through the console port, through a Telnet session or through an SSH session, the user EXEC prompt appears on the management station.
Disconnecting from the Switch Module and Returning to the Host Router
To disconnect from the CGR 2010 ESM and return to the host Cisco CGR 2010 router:
|
|
|
---|---|---|
|
||
Display the brief version of the switch module configuration information. |
|
|
Press < Ctrl+Shift+6 >, then press x. This sequence returns you to the router console while keeping the console session to the switch module intact and then exits the console session to the switch module. |
|
|
|
||
|
||
Display the status of all the vital components of the switch module. For example output, see Table 3-3 below. |
|
Service-Module Command Syntax
This section summarizes the syntax and command options for the service-module command.