Configuring Rip - ADTRAN TSU NetVanta Quick Start Manual

Table of Contents

Advertisement

7
Creating the Cross-Connect
The following steps assume the Global configuration mode is currently active. Verify that the
prompt of your module displays (config)#.
1. Enter cross-connect 1 serial 1/1 frame-
relay 1 to connect the serial connection
between the router and the TSU/ESU base
unit to the virtual frame-relay interface fr
1.16.
Alternately (for PPP),
1. Enter cross-connect 1 serial 1/1 ppp 1 to
connect the serial connection between the
router and the TSU/ESU base unit to the
virtual PPP interface labeled 1.
8

Configuring RIP

The RIP configuration only applies to interfaces with IP addresses on the networks listed using
the network command.
1. Enter router rip to activate the router
configuration mode. Your prompt should now
display (config-rip)#.
2. Enter version 2 to globally define RIP
version 2 on all interfaces.
3. Enter network 192.22.72.0 255.255.255.0
to activate RIP on the virtual interface and
network 10.10.20.0 255.255.255.0 for the
Ethernet interface (eth 0/1).
4. Enter exit to return to the Global
configuration mode.
Cross.txt - Notepad
! This script creates a cross-connect to map the TDM
! group containing 10 DS0s on t1 1/1 to the virtual
! interface. A text version of this script (Cross.txt) is
! available on the TSU NetVanta Router Module
! Documentation CD.
!
cross-connect 1 serial 1/1 frame-relay 1
!
! Alternately, the cross-connect could be used to connect
! to the virtual PPP interface.
!
cross-connect 1 serial 1/1 ppp 1
!
! End script
RIP.txt - Notepad
! This script configures the global RIP parameters for the
! router and adds the PPP 1 interface to the network list.
! A text version of this script (RIP.txt) is available on the
! TSU NetVanta Router Module Documentation CD.
!
! Activate the router configuration mode.
router rip
!
! Your prompt should now display Router(config-rip)#.
!
! Define the RIP version. This command sets the version
! for all interfaces using RIP.
version 2
!
! Add the interfaces using RIP to the network list.
network 192.22.72.0 255.255.255.0
network 10.10.20.0 255.255.255.0
!
! Exit back to the global configuration mode.
exit
!
! End script
9

Advertisement

Table of Contents
loading

Table of Contents