Link to home
Start Free TrialLog in
Avatar of MikeG299
MikeG299

asked on

How to configure Cisco 2800 router

I'm trying to configure a Cisco 2800 router with a Cisco WIC-1DSU-T1-V2 WAN interface card. Here is the config template I have to work with (below), which is apparently a standard templatefor all of our 2800 routers. This is going on an AT&T circuit. I can hyper terminal into the router with cisco, cisco (default user, pass), use "conf t" and then paste the config below. The AT&T engineer gave me an ethernet address of 10.134.71.1 and serial IP's: 192.168.129.25, 26 which I've plugged into the config.
Please have a look at the config based on the info AT&T gave me (need second set of eye's) and I still get a password expiration warning. Thanks so much in advance for the help.

show run
Building configuration...

Current configuration : 943 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime localtime
no service password-encryption
!
hostname <hostname>
!
boot-start-marker
boot-end-marker
!
enable password ????
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip cef
!
!
!
!
no ip domain lookup
!
!
!
!
interface FastEthernet0/0
 ip address 10.134.71.1 255.255.255.0
 duplex auto
 speed auto
 no shutdown
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/0/0
 no ip address
 encapsulation frame-relay IETF
 no fair-queue
 no shutdown
!
interface Serial0/0/0.777 point-to-point
 ip address 192.168.129.25 255.255.255.0
 frame-relay interface-dlci 777  
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.129.26
!
ip http server
!
!
control-plane
!
!
line con 0
 password ????
 login
line aux 0
line vty 0 4
 password ????
 login
!
end

ShilohII#
Avatar of bkepford
bkepford
Flag of United States of America image

Your configuration looks good. Have you changed your enable password? You are not using a username and password setup so I would save your configuration and reload your router and see if that fixes your issue. Once it reloads nothing in the configuration should show as an expired password.
To save is just
wri mem
and to reload just type
reload
 
Avatar of MikeG299
MikeG299

ASKER

Hi bkepford,
Thanks for the second set of eyes. I'll try this tomorrow and report back. Take care...
No problem, Please update once you know. I'm curious myself as to if it still has an issue.
AT&T failed to mention the circuit was a fractional T1. I set it up to talk on the first 12 channels and life was good.
The original question posed was
 "Please have a look at the config based on the info AT&T gave me (need second set of eye's) and I still get a password expiration warning. Thanks so much in advance for the help."
I feel that I did answer his request regardless of how the T1 turned out as it was bearly mentioned in the question. I feel if the reload removed his password expiration problem then the first response is actually a more accurate answer.
 
ASKER CERTIFIED SOLUTION
Avatar of ee_auto
ee_auto

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial