User Manual

Enterasys X-Pedition User Reference Manual 105
ATM Sample Configuration 1
Apply an interface on both Ethernet ports. Creating an interface on an Ethernet port assigns a
network IP address and submask on that port.
The following command assigns an IP address of 11.1.1.1/24 on port et.2.1 on xp1:
The following command assigns an IP address of 11.1.2.1/24 on port et.1.1 on xp2:
Creating a Virtual Channel
Create a VC to connect ATM port at.1.1 on XP1 to ATM port at.2.1 on XP2. Use the following
command to create a virtual channel on XP1 with vpi=0 and vci=100:
You must now configure a corresponding vpi/vci pair on ATM port at.2.1. Use the following
command to create a virtual channel on XP2 with vpi=0 and vci=100:
Note that you are using the same vpi and vci on both XPs. This establishes a common VC from one
ATM port to another ATM port.
Defining an ATM Service Profile
After creating a VC connection from ATM port at.1.1 to at.2.1, the next step is to define an ATM
service profile for this connection.
The following command lines defines a service profile named ‘cbr1m’ on both XP1 and XP2 where
CBR is the service category and peak cell rate is set to 10000 kcells/second:
xp1 (config)# interface create ip subnetA address-netmask 11.1.1.1/24 port et.2.1
xp2 (config)# interface create ip subnetB address-netmask 11.1.2.1/24 port et.1.1
xp1(config)# atm create vcl port at.1.1.0.100
xp2(config)# atm create vcl port at.2.1.0.100
xp1(config)# atm define service cbr1m srv-cat cbr pcr-kbits 10000
xp2(config)# atm define service cbr1m srv-cat cbr pcr-kbits 10000