|
|
The 1-Port HSSI network module provides the following benefits:
Asynchronous Transfer Mode (ATM)--International standard for cell relay in which multiple service types are conveyed in fixed-length (53-byte) cells. The fixed-length cells require lower processing overhead and allow higher transmission speeds than traditional packet switching methods.
Frame Relay--Standard switched data link layer protocol that handles multiple virtual circuits using HDLC encapsulation between connected devices. Frame Relay is generally considered to be a replacement for X.25.
High-Level Data Link Control (HDLC)--A standard bit-oriented synchronous data link layer protocol developed by the International Standards Organization (ISO). Derived from Synchronous Data Link Control (SDLC), HDLC specifies a data encapsulation method on synchronous serial links using frame characters and checksums.
High-Speed Serial Interface (HSSI)--A serial data communication interface providing high-speed serial connections (up to 52 Mbps in unidirectional traffic) over WAN links.
Point-to-Point Protocol (PPP)--Protocol that provides router-to-router and host-to-network connections over synchronous and asynchronous circuits.
Switched Multi-Megabit Data Service (SMDS)--A high-speed, connectionless data transmission service that provides wide area connectivity through the public telephone network.
This feature is supported on the Cisco 3600 series routers.
Before you configure the 1-port HSSI network module, complete the following prerequisite tasks:
This feature supports the following MIB: OLD-CISCO-PLATFORM-MIB. For a description of this supported MIB and how to use it, see Cisco's MIB website on CCO at http://www.cisco.com/public/sw-center/netmgmt/cmtk/mibs.shtml.
No RFCs are supported by this feature.
| Task | Command |
|---|---|
| Begin interface configuration. | interface hssi slot/port |
| Task | Command |
|---|---|
| Configure HSSI encapsulation. | encapsulation {atm-dxi | hdlc | frame-relay | ppp | sdlc-primary | sdlc-secondary | smds | stun} |
For information about PPP, see the "Configure SLIP and PPP" chapter of the Cisco IOS Release 11.3 Access Services Configuration Guide and the "Configure PPP for Wide-Area Networking" chapter of the Cisco IOS Release 11.3 Wide-Area Networking Configuration Guide.
To invoke ATM over a serial line, perform the following tasks in interface configuration mode:
| Task | Command |
|---|---|
| Specify the encapsulation method. | encapsulation atm-dxi |
| Map a given VPI and VCI to a DXI frame address. | dxi map protocol address vpi vci [broadcast] |
| Task | Command |
|---|---|
| Convert the HSSI interface into a 51.84-MHz clock master. | hssi internal-clock |
| Task | Command |
|---|---|
| Disable fair queueing. | no fair-queue |
For more information about configuring HSSI interfaces, refer to the "Configuring Serial Interfaces" chapter in the Cisco IOS Release 11.3 Configuration Fundamentals Configuration Guide.
interface hssi 0/0 ip address 10.1.1.1 255.255.255.0 hssi internal-clock no fair-queue no shutdown interface hssi 1/0 ip address 10.1.1.2 255.255.255.0 hssi internal-clock no fair-queue no shutdown
In this example:
There are no new or modified commands associated with this feature. All commands used with this feature are documented in the Cisco IOS Release 11.3 command references.
|
|