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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IPX and voice over IP

Status
Not open for further replies.

rkmorrow

MIS
Joined
Jan 12, 2001
Messages
98
Location
US
I have just taken over a router that has ipx and voice over ip configured and I had some questions about the config. I was told the router is not configured but that the kentrox csudsu was configured to segment the channels for voip.Thanks for any input.

the config is as follows with questions next to encapsulation and bandwidth:

User Access Verification

Password:
BARTOW1_RTR>en
Password:
BARTOW1_RTR#sh conf
Using 1965 out of 29688 bytes
!
version 11.3
service password-encryption
!
hostname BARTOW1_RTR
!
boot system flash 1:80255001.bin
enable secret 5 $1$y6f.$ZA0UCU8wxIJE8U.qiRbmv/
enable password 7 000D0009
!
memory-size iomem 10
ip host Downtown 10.61.4.2 10.60.4.1
ip host WHaven 10.51.4.2 10.50.4.1
ip host Christina 10.31.4.2 10.30.4.1
ip host Foxwood 10.71.4.2 10.70.4.1
ip host Edgewood 10.21.4.2 10.20.4.1
ip host FtMeade 10.41.4.2 10.40.4.1
ip host SpgLake 10.81.4.2 10.80.4.1
ip host Bar2 10.11.4.5
ip host Cypress 10.91.4.2 10.90.4.1
ipx routing 0010.7bb0.4e80
!
!
interface Loopback0
no ip address
ipx network 15
!
interface Ethernet0/0
description Connected to Main
ip address 10.11.4.4 255.255.0.0
ipx network 11 encapsulation SAP
ipx type-20-propagation
!
interface Serial0/0
description Connection to Edgewood
ip address 10.21.4.1 255.255.0.0
encapsulation ppp Why encapsulate ppp?
no ip mroute-cache
bandwidth 576 Why set the bandwidth?
ipx network 21
compress stac
!
interface Serial0/1
description Connection to Ft Meade
ip address 10.41.4.1 255.255.0.0
ip helper-address 10.11.1.1
encapsulation ppp
no ip mroute-cache
bandwidth 1472
ipx network 41
compress stac
!
interface Serial0/2
description Connection to Spring Lake
ip address 10.81.4.1 255.255.0.0
encapsulation ppp
no ip mroute-cache
bandwidth 576
ipx network 81
compress stac
!
interface Serial0/3
description Connection to Cypress Gardens
ip address 10.91.4.1 255.255.0.0
encapsulation ppp
no ip mroute-cache
bandwidth 896
ipx network 91
!
router rip
network 10.0.0.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.11.1.8
ip route 10.10.0.0 255.255.0.0 10.11.1.1
ip route 207.175.202.0 255.255.255.0 10.11.1.8

 
Your issues:
IPX over PPP is quite commonly used.
The bandwidth command just affects the routing protocols in
use, it has no affect on the interface "speed", so you have a valid contention here.
IPX Rip and IP Rip are not going to worry about the bandwidth of the interface, and those are your only routing protocols
so I would imagine that either at one time IGRP/EIGRP was in use and some more sophisticated work was being done, or theconfiguration was just being accurate to let you know the circuit's cap.
Some of those locations sound very familiar to me...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top