Configuring The Ip Parameters - ADTRAN TSU NetVanta Quick Start Manual

Table of Contents

Advertisement

6a
Creating the Interface
1. Enter interface ppp 1 to create a PPP
virtual interface labeled 1.
2. Enter no shutdown to activate the interface
to pass data.
3. Enter exit to return to the Global
configuration mode.
6b

Configuring the IP Parameters

1. Enter interface ppp 1 to activate the PPP
interface configuration mode.
2. Enter ip address 192.22.72.1
255.255.255.0 to assign an IP address to the
PPP endpoint using a 24-bit subnet mask.
3. To activate the PPP interface, enter the
no shutdown command.
4. Enter exit to return to the Global
configuration mode.
ppp1.txt - Notepad
! This script creates a virtual PPP endpoint labeled 1.
! A text version of this script (ppp1.txt) is available on the
! TSU NetVanta Router Module Documentation CD.
!
! First create the virtual PPP interface and enter the
! configuration mode for the interface.
interface ppp 1
!
! This activates the configuration parameters for this
! interface. Your prompt should now display
! Router(config-ppp1)#.
!
! Activate the interface to pass data.
no shutdown
!
! Exit back to the global configuration mode.
exit
!
! End script
ppp1-IP.txt - Notepad
! This script configures the virtual PPP endpoint labeled 1
! with an IP address. A text version of this script
! (ppp1-IP.txt) is available on the TSU NetVanta Router
! Module
! Documentation CD.
!
! First activate the PPP interface configuration mode.
interface ppp 1
!
! This activates the configuration parameters for this
! interface. Your prompt should now display
! Router(config-ppp1)#.
!
! Next, assign an IP address using a 24 bit mask.
ip address 192.22.72.1 255.255.255.0
!
! Activate the interface to pass data.
no shutdown
!
! Exit back to the global configuration mode
exit
!
! End script
8

Advertisement

Table of Contents
loading

Table of Contents