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

NEW Router Config

Status
Not open for further replies.

sandyhrbs

IS-IT--Management
Dec 4, 2006
2
US
I presently have an IVAD line that shares my phone/data. I'm upgrading to a full T-1 for voice (PRI) and data. I have purchased a cisco 29811 with a VWIC-2MFT-T1 card. I also have a pix 506e that has been running since I got this position. My ISP is asking me to use the following to configure my network. I'm not sure where to go from here. I am just starting out w/configuring routers - any help is appreciated! This is the info they have given me to work with.

CPE* LAN address/mask: 67.96.242.169 / 255.255.255.248
CPE* WAN address/mask: 216.141.92.206 / 255.255.255.252
Broadwing WAN address/mask: 216.141.92.205 / 255.255.255.252
A default route should be setup in the router as follows:
network / mask: 0.0.0.0 / 0.0.0.0
gateway: 216.141.92.205
* CPE refers to the Customer Premise Equipment.
LAN refers to the port used to connect to the internal network.
WAN refers to the port used to connect to the dedicated circuit.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
DS1 default framing and line coding - ESF and B8ZS, respectively
DS3 line coding - C-bit parity
DS3 ATM cell scrambling - enabled
ATM cell mapping into DS3 C-bit frame = PLCP (Physical Layer Convergence Protocol)
Frame Relay encapsulation - RFC 1490/2427
Frame Relay default LMI - Annex D User


 
you will need to first build your T1 connection on the new router and then just apply the ips:

controller T1 0
framing esf
linecode b8zs
channel-group 0 timeslots 1-24

interface s0/0:0
description WAN link
ip address 216.141.92.206 255.255.255.252
no shut

interface fa0/0
description LAN Interface
ip address 67.96.242.169 255.255.255.248
no shut


ip route 0.0.0.0 0.0.0.0 216.141.92.205

that will get you started... there may be small differences in the interface naming.. but feel it out with the tab completion...

if its not working out at all... well need some sho ver and sho run type output from the router to help further...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top