Configuration example for atm pvc autoprovisioning – Cisco 10000 User Manual

Page 253

Advertising
background image

8-13

Cisco 10000 Series Router Software Configuration Guide

OL-2226-23

Chapter 8 Configuring ATM Permanent Virtual Circuit Autoprovisioning

ATM PVC Autoprovisioning

Example 8-10

displays information about PVC 0/51 and indicates that autoprovisioning is enabled on

the PVC.

Example 8-10 show atm pvc Command for a Specific PVC

Router# show atm pvc 0/51

ATM5/0.1: VCD: 118, VPI: 0, VCI: 51

UBR, PeakRate: 149760

AAL5-LLC/SNAP, etype:0x0, Flags: 0x20000C20, VCmode: 0x0

OAM frequency: 0 second(s), OAM retry frequency: 1 second(s), OAM retry frequency: 1

second(s)

OAM up retry count: 3, OAM down retry count: 5

OAM Loopback status: OAM Disabled

OAM VC state: Not Managed

ILMI VC state: Not Managed

InARP frequency: 15 minutes

Transmit priority 4

InPkts: 0, OutPkts: 0, InBytes: 0, OutBytes: 0

InPRoc: 0, OutPRoc: 0, Broadcasts: 0

InFast: 0, OutFast: 0, InAS: 0, OutAS: 0

InPktDrops: 0, OutPktDrops: 0

CrcErrors: 0, SarTimeOuts: 0, OverSizedSDUs: 0, LengthViolation: 0, CPIErrors: 0

Out CLP=1 Pkts: 0

OAM cells received: 0

F5 InEndloop: 0, F5 InSegloop: 0, F5 InAIS: 0, F5 InRDI: 0

F4 InEndloop: 0, F4 InSegloop: 0, F4 InAIS: 0, F4 InRDI: 0

OALM cells sent: 0

F5 OutEndloop: 0, F5 OutSegloop: 0, F5 OutRDI: 0

F4 OutEndloop: 0, F4 OutSegloop: 0, F4 OutRDI: 0

OAM cell drops: 0

Status: UP

PPP: Virtual-Access3 from Virtual-Template1

VC Auto Creation Enabled

Configuration Example for ATM PVC Autoprovisioning

The following example enables autoprovisioning on PVC range 100/100 to 100/3000 and applies the
virtual template interface named Virtual-Template1 to the PVC range.

ip local pool pool-1 10.1.1.2 10.1.12.255

!

interface Virtual-Template1

ip address 10.1.1.1 255.255.0.0

peer default ip address pool pool-1

ip mtu 1492

keepalive 60

ppp timeout idle 65

ppp direction callin

!

interface ATM7/0/0.1 point-to-multipoint

atm pppatm passive

range pvc 100/100 100/3000

create on-demand

idle-timeout 70

encapsulation aal5mux ppp Virtual-Template1

Advertising