
how-to block ads
|
|
Uniqs: 349 |
Share Topic  |
 |
|
|
|
 | T1 / cisco help we were unfortunately promised support for cisco before signing up for several lines, only to find out after the fact that is not the case... no one seems to know anything about them. i cannot waste another 30-45 days waiting to get a line dropped from another company, so i am seriously up a creek here. here is the basics:
megapath / covad frac t1 attempting to setup a config for a cisco 1720 frame-relay lmi-type ansi dlci 16
pretty cut and dry you would think....
i have dealt with cisco for quite some time, and am right at home with their ios.... given the line specs, the config i currently have SHOULD work... but it doesnt. when running a "show frame pvc" it keeps coming back as "deleted", and a "show interface serial0, shows "line protocol is down". i have had similar lines from worldcom, mci, at&t, etc... all running cisco 1700's or 2600's, and out of the hundreds of routers i have dropped configs into... i have never had anywhere close to this type of problem. this will be day 7 of hitting my head against the wall. i have about two days left before i just have to say "screw it" and cancel the contracts and find another provider.
can ANYONE offer help? i dont mind emailing a copy of my config to anyone that would care to take a crack at it... or if anyone else using a megapath frac or full t, can offer a demo config, or tips... it would be greatly appreciated!
thanks in advance. | | |
|  hackysakPremium join:2002-03-23 Stirling, NJ
| Hmm, not sure if you found help.. This was a config I was given (However, from another provider) to set up our 1700.. We have a full T1, though..
Unfortunately, I don't get to this board too often because I sometimes tend to forget it exists (since it's no longer on the main page).
-------------------------------------------------------- Sample Cisco Config: no service udp-small-servers no service tcp-small-servers service password-encryption ! hostname (your company name) ! enable password (SET YOUR PASSWORD)
! ip name-server nameserver_address1 nameserver_address2
! ip subnet-zero ! interface Ethernet0/0 ip address (LAN IP) (LAN SUBNET MASK) no ip directed-broadcast no shutdown ! interface Serial0/0 ip address (CUSTOMER WAN IP) 255.255.255.252 encapsulation frame-relay IETF no fair-queue service-module t1 timeslots 1-24 service-module t1 remote-alarm-enable frame-relay map ip (ISP WAN IP) 210 broadcast IETF frame-relay lmi-type ansi no shutdown no cdp enable ! ip classless ip route 0.0.0.0 0.0.0.0 (ISP WAN IP) !
line con 0 exec-timeout 0 0 history size 50 line aux 0 transport input all line vty 0 4 exec-timeout 20 0 password xxxxxx login history size 50
****This assumes that you have an internal CSU in your router***** *******If you are using an external CSU:**************** External CSU : FRAMING ESF LINECODE B8ZS DSO/CHANNELS 1 24 CLOCK EXTERNAL OF NETWORK OR LOOP LMI ANSI ANNEXD
[text was edited by author 2003-07-22 17:01:17] | |
|