You are on page 1of 23

Lab 2

ERX Configuration using


Virtual Routers,
Frame Relay and ATM

Overview

Description
In this lab, we will create a more complex edge router configuration on the
ERX using virtual routers in addition to the default virtual router. These
virtual routers will communicate using a combination of IP, FR, and ATM.

Objectives
After completing this lab, you will be able to do the following:
• Configure the Fast Ethernet Interface on the SRP with IP
• Configure a Loopback Interface with IP
• Create a virtual router
• Configure a CT3/E1 Controller
• Configure a T1/E1 subchannel/channel group
• Configure a serial interface on a T1/E1 subchannel/channel group with
FR and IP
• Configure a ATM interface with IP
• Use the show commands to troubleshoot and verify the configuration

Rev 3.2 2-1


ERX Configuration using
Virtual Routers,
Frame Relay and ATM Lab 2

Logical Network Map

ERX1/3/5/7 ERX2/4/6/8
IP
U FR U
VR1 CT3/CE1 VR2

VR3 IP VR4
ATM
OC3
Default Default

IP IP

2-2 Rev 3.2 ERX Circuit Aggregation Configuration Basics


Lab 2 Initial ERX Configuration

Physical Network Map – Tear this page out!

ERX1 / ERX3 ERX2 / ERX4


ERX5 / ERX7 ERX6 / ERX8
CT3/E1 CT3/E1
VR1 Slot ___ Slot ___ VR2
Loopback1 =192.168.8.1 /24 Loopback1 = 192.168.24.1/24

0 0
192.168.9.1/24 DCE FR PVC 16 DTE 192.168.9.2/24
1 T1 #3 DS0 1-24 64K 1

VR3 2 2 VR4
Loopback1=192.168.32.1/24 Loopback1= 192.168.48.1/24

OC3 OC3
Slot ___ Slot ___
192.168.33.1/24 ATM PVC 33 0/33 192.168.33.2/24

default 0 0 default
Loopback1 = 192.168.1.1/24 Loopback1 = 192.168.16.1/24
10.13.7.11, 13, 15, 17 /24 10.13.7.12, 14, 16, 18 /24
1 1
SRP 0 SRP
Slot ___
0 Slot ___

For Training Purposes Only Rev 3.2 2-3


ERX Configuration using
Virtual Routers,
Frame Relay and ATM Lab 2

Logical Network Map – Tear this page out!

ERX1/3/5/7 ERX2/4/6/8
IP
U FR U
VR1 CT3/CE1 VR2

VR3 IP VR4
ATM
OC3
Default Default

IP IP

2-4 Rev 3.2 ERX Circuit Aggregation Configuration Basics


Lab 2 Initial ERX Configuration

Physical Network Map

ERX1 / ERX3 ERX2 / ERX4


ERX5 / ERX7 ERX6 / ERX8
CT3/E1 CT3/E1
VR1 Slot ___ Slot ___ VR2
Loopback1 =192.168.8.1 /24 Loopback1 = 192.168.24.1/24

0 0
192.168.9.1/24 DCE FR PVC 16 DTE 192.168.9.2/24
1 T1 #3 DS0 1-24 64K 1

VR3 2 2 VR4
Loopback1=192.168.32.1/24 Loopback1= 192.168.48.1/24

OC3 OC3
Slot ___ Slot ___
192.168.33.1/24 ATM PVC 33 0/33 192.168.33.2/24

default 0 0 default
Loopback1 = 192.168.1.1/24 Loopback1 = 192.168.16.1/24
10.13.7.11, 13, 15, 17 /24 10.13.7.12, 14, 16, 18 /24
1 1
SRP 0 SRP
Slot ___
0 Slot ___

For Training Purposes Only Rev 3.2 2-5


ERX Configuration using
Virtual Routers,
Frame Relay and ATM Lab 2

Initial ERX Configuration

Getting Started

1. Cable the ERX using the physical network map noting the slot numbers
on the map.

2. If you or your lab partner do not need practice performing the initial
ERX configuration (Fast Ethernet, Loopback Interface, Telnet, ERX
Hostname), configure the ERX to boot using the start.cnf file
specifying the once option and reload the ERX. Then skip to section
Configuring VR1/VR2 with IP/Frame Relay/CT3/E1.

3. If you or your lab partner need practice performing the initial ERX
configuration, reload the ERX using factory defaults.

Configuring the Fast Ethernet, Loopback Interface, Telnet, and Hostname for
the Default Router
Using the information on the physical network map, perform the following
steps:
1. Review the factory default configuration file.
2. Enter configuration terminal mode on the ERX.
3. Configure the Fast Ethernet Interface on the SRP.
4. Configure the Fast Ethernet for IP using the address and subnet mask
found on the network map.
5. Configure a description for the Fast Ethernet such as ERX# Mgmt
Enet.
6. Exit configuration mode.
7. Verify that you can ping the other ERX on the Ethernet.
8. Review the configuration file.
9. Enter configuration terminal mode.
10. Configure the Loopback 1 interface on the ERX using the IP address
and subnet mask found on the network map.
11. Exit the interface configuration mode.
12. Configure the ERX for Telnet using the line vty command. Specify no
login to disable Telnet passwords.
13. Exit the line configuration mode.

2-6 Rev 3.2 ERX Circuit Aggregation Configuration Basics


Lab 2 Initial ERX Configuration

14. Configure the ERX hostname.


15. Exit configuration mode.

Configuring the ERX Primary, Secondary, and Tertiary Timing Sources

1. Determine the default factory settings for the ERX timing sources:

♦ Primary Timing Source? ______________________________________

♦ Secondary Timing Source? ____________________________________

♦ Tertiary Timing Source? ______________________________________

♦ Which timing source is currently being used? ___________________

2. Configure the ERX’s primary timing source to be the external BITS


clock connected to T1 Port A on the SRP.
In our lab environment, we do not have a BITS clock connected to T1
Port A, , so this source will appear as having an ERROR condition and
will not be used

3. Configure the ERX’s secondary timing source to be the external BITS


clock connected to T1 Port B on the SRP.
Again, in our lab environment, we do not have a BITS clock connected
to T1 Port B, so this source will appear as having an ERROR condition
and will not be used.

4. Configure the ERX’s tertiary timing source to be the internal SC


Oscillator on the SRP.

5. Exit configuration mode.

6. Review the chassis timing parameters on the ERX.

7. NOTE: All lines (CT3, E1, POS, etc.) will have their clock source
configured for internal chassis and will derive clock based on the
parameters configured above.

For Training Purposes Only Rev 3.2 2-7


ERX Configuration using
Virtual Routers,
Frame Relay and ATM Lab 2

Configuring VR1/VR2 with IP/Frame Relay/CT3/E1

Configuring a New Virtual Router


Using the network map as a reference, create a new virtual router, VR1 or
VR2. Remember that layer 1 and layer 2 configuration information is box-
wide, but layer 3 information (IP Interfaces, IP routing tables, etc.) is
specific to a virtual router. In this lab while we are still learning, we will
configure all layers in the specific virtual router.
1. Determine how many virtual routers are currently configured as well
as which routing protocols are configured and running.
2. Examine the default router’s IP routing table.

♦ How many routes are listed in the default router’s routing table?

_____________________________________________________________
3. Enter configuration terminal mode.
4. Create the new virtual router. Remember that virtual router names
can not be abbreviated and are case sensitive.

♦ What happened to the prompt?_________________________________

_____________________________________________________________

♦ Which virtual router are you configuring at this point in time?

_____________________________________________________________

5. Configure the Loopback interface in the new virtual router using the IP
address and subnet mask found on the network map.

6. Configure a description for the new IP interface such as VR1 loopback


1.

7. Exit from the interface branch of the configuration tree.

2-8 Rev 3.2 ERX Circuit Aggregation Configuration Basics


Lab 2 Configuring VR1/VR2 with IP/Frame Relay/CT3/E1

Configuring Frame Relay

1. Verify that you are currently in the VR1 or VR2 virtual router
configuration mode.

2. Configure the CT3/E1 controller.


3. Configure the clock source for internal chassis and no shutdown.
4. Configure the T1/E1 and assign the appropriate timeslots to
subchannel or channel group 1.
5. Exit from the controller branch of the configuration tree.
6. Configure the serial interface or HDLC channel for the T1/E1 just
configured.
7. Configure Frame Relay IETF as the encapsulation method on the serial
interface.
8. Configure the Frame Relay interface as either DTE or DCE.
9. Create a Frame Relay subinterface.
10. Configure a Frame Relay interface or PVC specifying the DLCI and
IETF encapsulation.
11. Assign an IP address and subnet mask to the PVC.
12. Configure a description for the IP interface including the name of the
router at remote end of the link.
13. Exit configuration mode.

For Training Purposes Only Rev 3.2 2-9


ERX Configuration using
Virtual Routers,
Frame Relay and ATM Lab 2

Verifying Frame Relay


We will verify the configuration a step at a time to become familiar with
the ERX in stages.

1. Verify that you are currently in the VR1 or VR2 virtual router.

2. Determine how many virtual routers are currently configured as well


as which routing protocols are configured and running.

3. Determine the brief status of all PVCs.

4. Verify that the Frame Relay PVC is operational using ping.

5. Determine if the new PVC is transmitting and receiving packets.

6. Verify that frames are being transmitted and received on the serial
interface.

7. Determine if the controller ifOperStatus is Up.

8. Verify that frames are being transmitted and received on the IP


interface.

9. Determine the state of all IP interfaces in the VR1 or VR2 virtual


router.

♦ Which IP interfaces are listed in the VR1 or VR2 IP interface table?

_____________________________________________________________

_____________________________________________________________

10. Determine the state of the IP Interface just configured using CLI
output filtering specifying either the IP address or the description. For
example, use the command show ip int bri | include description.

11. Ping the peer ERX’s loopback interface.

♦ Was the ping successful? ______________________________________

12. Examine the IP routing table.

♦ What routes are listed in the VR1 or VR2 IP routing table? _______

_____________________________________________________________

13. Switch to the default virtual router.

2-10 Rev 3.2 ERX Circuit Aggregation Configuration Basics


Lab 2 Configuring VR1/VR2 with IP/Frame Relay/CT3/E1

14. Determine the state of all IP interfaces in the default virtual router.

15. Examine the routing table in the default virtual router.

16. Switch back to vr1 or vr2 virtual router.

Configuring and Verifying Static Routes


We will configure static routes to provide connectivity between VR1 and
VR2. Using the ‘?’, complete the following steps:

1. Enter configuration terminal mode. Verify that you are in the correct
virtual router (VR1 or VR2).

2. Configure a static IP route to the peer’s Loopback Network, specifying


the serial interface just configured as the next hop. For example,
ERX1/ERX3 would configure a static route to 192.168.24.0.

3. Exit configuration mode.

4. Verify that the new static route is listed in VR1/VR2’s IP routing table.

5. Verify that the Loopback interface on the peer ERX is reachable using
ping.

6. Switch to the default virtual router.

7. Examine the default virtual router’s IP routing table.

♦ Is the static route just configured listed in the default virtual


router’s IP routing table?

_____________________________________________________________

♦ If we needed connectivity between the default virtual router and


VR1 or VR2, what would we need to do?

_____________________________________________________________

_____________________________________________________________

_____________________________________________________________

For Training Purposes Only Rev 3.2 2-11


ERX Configuration using
Virtual Routers,
Frame Relay and ATM Lab 2

Configuring VR3/VR4 with IP/ATM/OC3c

Configuring a New Virtual Router


Using the network map as a reference, create another virtual router, VR3
or VR4.
1. Enter configuration terminal mode.
2. Create the new virtual router. Remember that virtual router names
can not be abbreviated.

♦ What happened to the prompt?_________________________________

_____________________________________________________________

♦ Which virtual router are you configuring at this point in time?

_____________________________________________________________

3. Configure the Loopback interface in the new virtual router using the IP
address and subnet mask found on the network map.

Configuring the OC3c for ATM and IP


Using the information on the physical network map, perform the following
steps:

1. Configure the ATM interface.

2. Configure the ATM clock source to be internal chassis.


3. Configure the ATM subinterface.
4. Configure the ATM PVC using aal5snap encapsulation.
5. Assign the IP address and subnet mask to the PVC.
6. Configure a description for the IP interface including the name of the
router at remote end of the link.

2-12 Rev 3.2 ERX Circuit Aggregation Configuration Basics


Lab 2 Configuring VR3/VR4 with IP/ATM/OC3c

Verifying the ATM PVC

1. Exit configuration mode.

2. Determine how many virtual routers are currently configured as well


as which routing protocols are configured and running.

3. Verify that the ATM PVC is operational using ping.

4. Verify that frames are being transmitted and received on the ATM VC
using the show atm vc atm slot/port vcd command.

5. Determine the state of the ATM VC.

6. Verify that frames are being transmitted and received on the IP


interface.

7. Use the ping atm command to verify the connection.

8. Examine the IP routing table.

♦ What routes are listed in the VR3 or VR4 IP routing table?_______

_____________________________________________________________
9. Configure an IP static route to the peer’s Loopback network using the
ATM interface as the next hop.
10. Copy the running configuration to a file called lab3.cnf.

For Training Purposes Only Rev 3.2 2-13


ERX Configuration using
Virtual Routers,
Frame Relay and ATM Lab 2

Sample Configuration File ERX7 using CT3


show config
! Unisphere Edge Routing Switch ERX-700
! Version: 3.0.2 patch-2.0 (April 2, 2001 15:52)
! Copyright (c) 1999,2000 Unisphere Networks, Inc. All rights reserved.
!
! Configuration script generated on MON MAY 21 2001 13:51:16 UTC
boot config running-configuration
boot system 3-0-2p2-0.rel
no boot backup
no boot subsystem
no boot backup subsystem
no boot force-backup
no boot slot
!
hostname erx7
exception protocol ftp anonymous null
!
controller t1 2/0
controller t1 2/1
controller t1 2/2
controller t1 2/3
controller t1 2/4
controller t1 2/5
controller t1 2/6
controller t1 2/7
controller t1 2/8
controller t1 2/9
controller t1 2/10
controller t1 2/11
controller t1 2/12
controller t1 2/13
controller t1 2/14
controller t1 2/15
controller t1 2/16
controller t1 2/17
controller t1 2/18
controller t1 2/19
controller t1 2/20
controller t1 2/21
controller t1 2/22
controller t1 2/23
!
controller t3 5/0
controller t3 5/1
controller t3 5/2
controller t3 4/0
no shutdown
clock source internal chassis
t1 3/1 timeslots 1-24 speed 64
!
controller t3 4/1
controller t3 4/2
controller sonet 6/0

2-14 Rev 3.2 ERX Circuit Aggregation Configuration Basics


Lab 2 Sample Configuration File ERX7 using CT3

clock source internal chassis


!
controller sonet 6/1
!
!
line console 0
line vty 0
no login
!
line vty 1
no login
!
line vty 2
no login
!
line vty 3
no login
!
line vty 4
no login
!
log engineering
log verbosity low
no log engineering
log fields timestamp instance no-calling-task
!
timing source primary line t1:a
timing source secondary line t1:b
!
slot enable 0
slot enable 2
slot enable 4
slot enable 5
slot enable 6
!
profile default
virtual-router default
interface null 0
interface loopback 1
ip address 192.168.1.1 255.255.255.0
!
interface atm 6/0
atm clock internal chassis
!
interface serial 4/0:3/1
encapsulation frame-relay ietf
frame-relay intf-type dce
!
interface fastEthernet 0/0
description erx7 mgmt enet
ip address 10.13.7.17 255.255.255.0
! Trap Source: <not configured>
! Note: SNMP server not running.
!
!
virtual-router vr1
For Training Purposes Only Rev 3.2 2-15
ERX Configuration using
Virtual Routers,
Frame Relay and ATM Lab 2

interface null 0
interface loopback 1
description vr1 loopback1
ip address 192.168.8.1 255.255.255.0
!
interface serial 4/0:3/1.1
frame-relay interface-dlci 16 ietf
description erx8-vr2-fr
ip address 192.168.9.1 255.255.255.0
!
ip route 192.168.24.0 255.255.255.0 serial4/0:3/1.1
ip bgp-community new-format
no ip source-route
! Trap Source: <not configured>
! Note: SNMP server not running.
!
!
virtual-router vr3
interface null 0
interface loopback 1
ip address 192.168.32.1 255.255.255.0
!
interface atm 6/0.33 point-to-point
atm pvc 33 0 33 aal5snap 0 0 0
description atm pvc to ERX8 vr4
ip address 192.168.33.1 255.255.255.0
!
ip bgp-community new-format
no ip source-route
! Trap Source: <not configured>
! Note: SNMP server not running.
!
erx7:vr3#show config
! Unisphere Edge Routing Switch ERX-700
! Version: 3.0.2 patch-2.0 (April 2, 2001 15:52)
! Copyright (c) 1999,2000 Unisphere Networks, Inc. All rights reserved.
!
! Configuration script generated on MON MAY 21 2001 14:01:12 UTC
boot config running-configuration
boot system 3-0-2p2-0.rel
no boot backup
no boot subsystem
no boot backup subsystem
no boot force-backup
no boot slot
!
hostname erx7
exception protocol ftp anonymous null
!
controller t1 2/0
controller t1 2/1
controller t1 2/2
controller t1 2/3
controller t1 2/4
controller t1 2/5
controller t1 2/6
2-16 Rev 3.2 ERX Circuit Aggregation Configuration Basics
Lab 2 Sample Configuration File ERX7 using CT3

controller t1 2/7
controller t1 2/8
controller t1 2/9
controller t1 2/10
controller t1 2/11
controller t1 2/12
controller t1 2/13
controller t1 2/14
controller t1 2/15
controller t1 2/16
controller t1 2/17
controller t1 2/18
controller t1 2/19
controller t1 2/20
controller t1 2/21
controller t1 2/22
controller t1 2/23
!
controller t3 5/0
controller t3 5/1
controller t3 5/2
controller t3 4/0
no shutdown
clock source internal chassis
t1 3/1 timeslots 1-24 speed 64
!
controller t3 4/1
controller t3 4/2
controller sonet 6/0
clock source internal chassis
!
controller sonet 6/1
!
!
line console 0
line vty 0
no login
!
line vty 1
no login
!
line vty 2
no login
!
line vty 3
no login
!
line vty 4
no login
!
log engineering
log verbosity low
no log engineering
log fields timestamp instance no-calling-task
!
timing source primary line t1:a
For Training Purposes Only Rev 3.2 2-17
ERX Configuration using
Virtual Routers,
Frame Relay and ATM Lab 2

timing source secondary line t1:b


!
slot enable 0
slot enable 2
slot enable 4
slot enable 5
slot enable 6
!
profile default
virtual-router default
interface null 0
interface loopback 1
ip address 192.168.1.1 255.255.255.0
!
interface atm 6/0
atm clock internal chassis
!
interface serial 4/0:3/1
encapsulation frame-relay ietf
frame-relay intf-type dce
!
interface fastEthernet 0/0
description erx7 mgmt enet
ip address 10.13.7.17 255.255.255.0
! Trap Source: <not configured>
! Note: SNMP server not running.
!
!
virtual-router vr1
interface null 0
interface loopback 1
description vr1 loopback1
ip address 192.168.8.1 255.255.255.0
!
interface serial 4/0:3/1.1
frame-relay interface-dlci 16 ietf
description erx8-vr2-fr
ip address 192.168.9.1 255.255.255.0
!
ip route 192.168.24.0 255.255.255.0 serial4/0:3/1.1
ip bgp-community new-format
no ip source-route
! Trap Source: <not configured>
! Note: SNMP server not running.
!
!
virtual-router vr3
interface null 0
interface loopback 1
ip address 192.168.32.1 255.255.255.0
!
interface atm 6/0.33 point-to-point
atm pvc 33 0 33 aal5snap 0 0 0
description atm pvc to ERX8 vr4
ip address 192.168.33.1 255.255.255.0
!
2-18 Rev 3.2 ERX Circuit Aggregation Configuration Basics
Lab 2 Sample Configuration File ERX7 using CT3

ip route 192.168.48.0 255.255.255.0 atm6/0.33


ip bgp-community new-format
no ip source-route
! Trap Source: <not configured>
! Note: SNMP server not running.
!
erx7:vr3#show config
! Unisphere Edge Routing Switch ERX-700
! Version: 3.0.2 patch-2.0 (April 2, 2001 15:52)
! Copyright (c) 1999,2000 Unisphere Networks, Inc. All rights reserved.
!
! Configuration script generated on MON MAY 21 2001 14:02:20 UTC
boot config running-configuration
boot system 3-0-2p2-0.rel
no boot backup
no boot subsystem
no boot backup subsystem
no boot force-backup
no boot slot
!
hostname erx7
exception protocol ftp anonymous null
!
controller t1 2/0
controller t1 2/1
controller t1 2/2
controller t1 2/3
controller t1 2/4
controller t1 2/5
controller t1 2/6
controller t1 2/7
controller t1 2/8
controller t1 2/9
controller t1 2/10
controller t1 2/11
controller t1 2/12
controller t1 2/13
controller t1 2/14
controller t1 2/15
controller t1 2/16
controller t1 2/17
controller t1 2/18
controller t1 2/19
controller t1 2/20
controller t1 2/21
controller t1 2/22
controller t1 2/23
!
controller t3 5/0
controller t3 5/1
controller t3 5/2
controller t3 4/0
no shutdown
clock source internal chassis
t1 3/1 timeslots 1-24 speed 64
!
For Training Purposes Only Rev 3.2 2-19
ERX Configuration using
Virtual Routers,
Frame Relay and ATM Lab 2

controller t3 4/1
controller t3 4/2
controller sonet 6/0
clock source internal chassis
!
controller sonet 6/1
!
!
line console 0
line vty 0
no login
!
line vty 1
no login
!
line vty 2
no login
!
line vty 3
no login
!
line vty 4
no login
!
log engineering
log verbosity low
no log engineering
log fields timestamp instance no-calling-task
!
timing source primary line t1:a
timing source secondary line t1:b
!
slot enable 0
slot enable 2
slot enable 4
slot enable 5
slot enable 6
!
profile default
virtual-router default
interface null 0
interface loopback 1
ip address 192.168.1.1 255.255.255.0
!
interface atm 6/0
atm clock internal chassis
!
interface serial 4/0:3/1
encapsulation frame-relay ietf
frame-relay intf-type dce
!
interface fastEthernet 0/0
description erx7 mgmt enet
ip address 10.13.7.17 255.255.255.0
! Trap Source: <not configured>
! Note: SNMP server not running.
2-20 Rev 3.2 ERX Circuit Aggregation Configuration Basics
Lab 2 Sample Configuration File ERX7 using CT3

!
!
virtual-router vr1
interface null 0
interface loopback 1
description vr1 loopback1
ip address 192.168.8.1 255.255.255.0
!
interface serial 4/0:3/1.1
frame-relay interface-dlci 16 ietf
description erx8-vr2-fr
ip address 192.168.9.1 255.255.255.0
!
ip route 192.168.24.0 255.255.255.0 serial4/0:3/1.1
ip bgp-community new-format
no ip source-route
! Trap Source: <not configured>
! Note: SNMP server not running.
!
!
virtual-router vr3
interface null 0
interface loopback 1
ip address 192.168.32.1 255.255.255.0
!
interface atm 6/0.33 point-to-point
atm pvc 33 0 33 aal5snap 0 0 0
description atm pvc to ERX8 vr4
ip address 192.168.33.1 255.255.255.0
!
ip route 192.168.48.0 255.255.255.0 atm6/0.33
ip bgp-community new-format
no ip source-route
! Trap Source: <not configured>
! Note: SNMP server not running.
!
erx7:vr3#

For Training Purposes Only Rev 3.2 2-21


ERX Configuration using
Virtual Routers,
Frame Relay and ATM Lab 2

Sample Configuration Steps using CT3


erx7#config t
Enter configuration commands, one per line. End with CNTL/Z.
erx7(config)#virtual-router vr1
Proceed with new virtual-router creation? [confirm]

erx7:vr1(config)#int loop 1
erx7:vr1(config-if)#ip address 192.168.8.1 255.255.255.0
erx7:vr1(config-if)#desc vr1 loopback1
erx7:vr1(config-if)#exit
erx7:vr1(config)#cont t3 4/0
erx7:vr1(config-controll)#clock source internal chassis
erx7:vr1(config-controll)#no shutdown
erx7:vr1(config-controll)#t1 3/1 time 1-24 speed 64
erx7:vr1(config-controll)#exit
erx7:vr1(config)#interface serial 4/0:3/1
erx7:vr1(config-if)#encapsulation frame-relay ietf
erx7:vr1(config-if)#frame ?
intf-type Specify the frame relay interface type
keepalive Set the Local Management Interface keepalive interval
lmi-n391dte Specify the full status polling counter
lmi-n392dce Specify the Local Management Interface error threshold
lmi-n392dte Specify the Local Management Interface error threshold
lmi-n393dce Specify the Local Management Interface monitored event count
lmi-n393dte Specify the Local Management Interface monitored event count
lmi-t391dte Specify the Data Terminal Equipment polling timer
lmi-t392dce Specify Data Circuit Terminating Equipment polling
verification
timer
lmi-type Specify the Local Management Interface mode

erx7:vr1(config-if)#frame intf-type dce


erx7:vr1(config-if)#interface serial 4/0:3/1.1
erx7:vr1(config-subif)#frame ?
interface-dlci Assign a Data Link Connection Identifier to a
subinterface

erx7:vr1(config-subif)#frame interface-dlci 16 ?
ietf Specify RFC1490 encapsulation mode

erx7:vr1(config-subif)#frame interface-dlci 16 ietf


erx7:vr1(config-subif)#ip address 192.168.9.1 255.255.255.0
erx7:vr1(config-subif)#description erx8-vr2-fr
erx7:vr1(config-subif)#exit
erx7:vr1(config)#exit
erx7:vr1(config)#ip route 192.168.24.0 255.255.255.0 ser 4/0:3/1.1
erx7:vr1(config)#

erx7:vr1#config t
Enter configuration commands, one per line. End with CNTL/Z.
erx7:vr1(config)#vir vr3
2-22 Rev 3.2 ERX Circuit Aggregation Configuration Basics
Lab 2 Sample Configuration Steps using CT3

Proceed with new virtual-router creation? [confirm]

erx7:vr3(config)#int loop 1
erx7:vr3(config-if)#ip address 192.168.32.1 255.255.255.0
erx7:vr3(config-if)#exit
erx7:vr3(config)#interface atm 6/0
erx7:vr3(config-if)#atm clock ?
internal Configure the internally generated transmit clock

erx7:vr3(config-if)#atm clock internal chassis


erx7:vr3(config-if)#interface atm 6/0.33
erx7:vr3(config-subif)#atm pvc 33 0 33 aal5snap
erx7:vr3(config-subif)#ip address 192.168.33.1 255.255.255.0
erx7:vr3(config-subif)#description atm pvc to ERX8 vr4
erx7:vr3(config-subif)#exit
erx7:vr3(config)#exit
erx7:vr3#show atm vc
erx7:vr3#
erx7:vr3#
erx7:vr3#config t
Enter configuration commands, one per line. End with CNTL/Z.
erx7:vr3(config)#ip route 192.168.48.0 255.255.255.0 atm 6/0.33
erx7:vr3(config)#^Z
erx7:vr3#ping 192.168.48.1
Sending 5 ICMP echos to 192.168.48.1, timeout = 2 sec.
!!!!!
Success rate = 100% (5/5), round-trip min/avg/max = 2/2/3 ms

For Training Purposes Only Rev 3.2 2-23

You might also like