Network Router User Manual
Table Of Contents
- Notices
- Contents
- About This Manual
- Introduction
- Hot Swapping Line Cards and Control Modules
- Bridging Configuration Guide
- Bridging Overview
- VLAN Overview
- Configuring SSR Bridging Functions
- Monitoring Bridging
- Configuration Examples
- SmartTRUNK Configuration Guide
- ATM Configuration Guide
- Packet-over-SONET Configuration Guide
- DHCP Configuration Guide
- IP Routing Configuration Guide
- IP Routing Protocols
- Configuring IP Interfaces and Parameters
- Configuring IP Interfaces to Ports
- Configuring IP Interfaces for a VLAN
- Specifying Ethernet Encapsulation Method
- Configuring Jumbo Frames
- Configuring Address Resolution Protocol (ARP)
- Configuring Reverse Address Resolution Protocol (RARP)
- Configuring DNS Parameters
- Configuring IP Services (ICMP)
- Configuring IP Helper
- Configuring Direct Broadcast
- Configuring Denial of Service (DOS)
- Monitoring IP Parameters
- Configuring Router Discovery
- Configuration Examples
- VRRP Configuration Guide
- RIP Configuration Guide
- OSPF Configuration Guide
- BGP Configuration Guide
- Routing Policy Configuration Guide
- Route Import and Export Policy Overview
- Configuring Simple Routing Policies
- Configuring Advanced Routing Policies
- Multicast Routing Configuration Guide
- IP Policy-Based Forwarding Configuration Guide
- Network Address Translation Configuration Guide
- Web Hosting Configuration Guide
- Overview
- Load Balancing
- Web Caching
- IPX Routing Configuration Guide
- Access Control List Configuration Guide
- Security Configuration Guide
- QoS Configuration Guide
- Performance Monitoring Guide
- RMON Configuration Guide
- LFAP Configuration Guide
- WAN Configuration Guide
- WAN Overview
- Frame Relay Overview
- Configuring Frame Relay Interfaces for the SSR
- Monitoring Frame Relay WAN Ports
- Frame Relay Port Configuration
- Point-to-Point Protocol (PPP) Overview
- Configuring PPP Interfaces
- Monitoring PPP WAN Ports
- PPP Port Configuration
- WAN Configuration Examples
- New Features Supported on Line Cards

ATM Sample Configuration 1
54 SmartSwitch Router User Reference Manual
Applying an ATM Service Class
After defining a service class on SSR1 and SSR2, apply them to the VC connection we
created earlier.
The following command line applies the service class ‘cbr1m’ to the VC (vpi=0, vci=100)
on ATM port at.1.1 of SSR1:
The following command line applies the service class ‘cbr1m’ to the VC (vpi=0, vci=100)
on ATM port at.2.1 of SSR2:
Configuring an Interface on an ATM Port
The next step is to configure an interface for each ATM port. Creating an interface on an
ATM port assigns a network IP address and submask on that port, and assigns it to a
specified VC (VPI/VCI pair). Since a VC is a connection in the ATM Layer only, creating
an interface for an ATM port is necessary to establish a connection in the IP network layer.
You can assign a peer-address to an ATM port interface. This peer-address specifies the IP
address for the other end of the VC connection.
Set the IP interface name as ‘atm1’ and IP address as 11.1.100.1/24 on ATM port
at.1.1.0.100. The following command line configures the interface on SSR1
:
Set the IP interface name as ‘atm2’ and IP address as 11.1.100.2/24 on ATM port
at.2.1.0.100. The following command line configures the interface on SSR2
:
Configuring an IP Route
The next step is to add an IP route which will specify a gateway address to reach a certain
subnet. You already configured IP interfaces for both Ethernet ports. VLAN B (connected
to IP interface 11.1.2.1/24) belongs to the subnet 11.1.2.0. Similarly, VLAN A (connected to
IP interface 11.1.1.1/24) belongs to the subnet 11.1.1.0.
ssr1(config)# atm apply service cbr1m port at.1.1.0.100
ssr2(config)# atm apply service cbr1m port at.2.1.0.100
1(config)# interface create ip atm1 address-netmask 11.1.100.1/24 peer-
address 11.1.100.2/24 port at.1.1.0.100 up
ssr2(config)# interface create ip atm2 address-netmask 11.1.100.2/24
peer-address 11.1.100.1/24 port at.2.1.0.100 up