Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

displaying the total number of connections on vpi/vci pair

Status
Not open for further replies.

paublo

ISP
Joined
Sep 14, 2006
Messages
127
Location
US
Hi,

looking for help on displaying the number to connected customer dsl modems on a vpi/vci pair, doing RBE encaps.

I know there is numerous ways of doing this, including

show arp | in ATMx/x/xx

but i recall there was a way to display a certain PVC's vpi/vci information along with the number DSL modems connected to that vpi/vci pair.

the closest command i can find is below but doesnt show the connection total on the vpi/vci pair. I recall there was a similar command that give me that info.


sh atm pvc 1/351

Description: N/A
ATM5/0.100351: VCD: 135, VPI: 1, VCI: 351
UBR, PeakRate: 44209 (104267 cps)
AAL5-LLC/SNAP, etype:0x0, Flags: 0xC20, VCmode: 0x0, Encapsize: 12
OAM frequency: 0 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 Status: Not Managed
ILMI VC status: Not Managed
VC TxRingLimit: 40 particles
VC Rx Limit: 521 particles
InARP DISABLED
Transmit priority 6
InPkts: 268546975, OutPkts: 291321297, InBytes: 2707209336, OutBytes: 1930679094
InCells: 1970710880, OutCells: 1219177376
InPRoc: 3822387, OutPRoc: 2394924, Broadcasts: 0
InFast: 264724447, OutFast: 288926373, InAS: 0, OutAS: 0
InPktDrops: 0, OutPktDrops: 0/0/0 (holdq/outputq/total)
InCellDrops: 0, OutCellDrops: 0
InByteDrops: 0, OutByteDrops: 0
CrcErrors: 0, SarTimeOuts: 0, OverSizedSDUs: 0, LengthViolation: 0, CPIErrors: 0
Out CLP=1 Pkts: 0, Cells: 0
OAM cells received: 90
F5 InEndloop: 90, F5 InSegloop: 0, F5 InAIS: 0, F5 InRDI: 0
F4 InEndloop: 0, F4 InSegloop: 0, F4 InAIS: 0, F4 InRDI: 0
OAM cells sent: 90
F5 OutEndloop: 90, F5 OutSegloop: 0, F5 OutRDI: 0
F4 OutEndloop: 0, F4 OutSegloop: 0, F4 OutRDI: 0
OAM cell drops: 0
Status: UP
 
after looking at this it seems that the command above will show you active pppoe sessions on a particular vpi/vci pair but RBE info will not show up.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top