User Manual

ATM Sample Configuration 2
110 Enterasys X-Pedition User Reference Manual
The following command creates a virtual channel on port at.3.1 with VPI=0 and VCI=100:
The following command creates a virtual channel on port at.3.1 with VPI=0 and VCI=101:
Step 3: Configuring an Interface on Each ATM Port
The following command assigns an IP address of 40.1.1.127/24 on port at.4.2.0.101:
The following command assigns an IP address of 30.1.1.127/24 on port at.4.2.0.100:
The following command assigns an IP address of 40.1.1.128/24 on port at.3.1.0.101:
The following command assigns an IP address of 30.1.1.128/24 on port at.3.1.0.100:
Step 4: Defining an ATM Service Profile
The following commands define a service profile called ‘ubrservice’ with PCR of 20 Mbits:
The following commands define a service profile called ‘cbrservice’ with PCR of 100 Mbits:
xp2(config)# atm create vcl port at.3.1.0.100
xp2(config)# atm create vcl port at.3.1.0.101
xp1(config)# interface create ip ubrservice address-netmask 40.1.1.127/24 peer-address 40.1.1.128 port
at.4.2.0.101
xp1(config)# interface create ip cbrservice address-netmask 30.1.1.127/24 peer-address 30.1.1.128 port
at.4.2.0.100
xp2(config)# interface create ip ubrservice address-netmask 40.1.1.128/24 peer-address 40.1.1.127 port
at.3.1.0.101
xp2(config)# interface create ip cbrservice address-netmask 30.1.1.128/24 peer-address 30.1.1.127 port
at.3.1.0.100
xp1(config)# atm define service ubrservice srv-cat ubr pcr-kbits 20000
xp2(config)# atm define service ubrservice srv-cat ubr pcr-kbits 20000
xp1(config)# atm define service cbrservice srv-cat cbr pcr-kbits 100000