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

Cisco 2620XM router configuration

Status
Not open for further replies.

ciscobeginner

Technical User
Jul 20, 2012
1
0
0
US
I have a cisco 2620xm with a catalyst 1900 24 port switch and I am wanting to set this up accordingly:

Windstream Sagemcom modem to handle just the modem part
Cisco 2620xm to be the router
Cisco 1200 aeronet wireless
Cisco 1900 catalyst 24 port switch
HP Proliant Dl380 G4 server
HP Netserver LC3 (not on network as I am waiting on logical drive to come in)
8 PC's

I am wanting to use the AUX port for the modem to plug into and the FE0/0 to goto the switch. I found several tutorials in the cisco forums and have used a couple to configure. Here is the running config:

Current configuration : 1054 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip cef
!
!
!
vpdn enable
!
vpdn-group ppoe
request-dialin
protocol pppoe
!
vpdn-group pppoe
!
no ftp-server write-enable
!
!
!
controller T1 1/0
framing sf
linecode ami
!
controller T1 1/1
framing sf
linecode ami
!
!
interface FastEthernet0/0
ip address 192.168.254.2 255.255.255.0
ip nat inside
ip tcp adjust-mss 1452
duplex auto
speed auto
!
interface Serial0/0
no ip address
shutdown
no fair-queue
!
interface Serial0/1
no ip address
shutdown
!
interface Dialer1
mtu 1492
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
!
ip nat inside source list 1 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
interface Dialer1
mtu 1492
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
!
ip nat inside source list 1 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip http server
!
access-list 1 permit 192.168.254.2
!
line con 0
line aux 0
line vty 0 4
!
!
!
end

What have I done wrong? When i get everything hooked up it shows network unknown and will not connect. Anyt help will be appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top