cisco Configuration

cisco Configuration

NewsGroups | Search | Tools
 comp.dcom.sys.cisco  Post an article  get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content  add this group's latest topics to your Google content  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
cisco Configuration John 08-14-2007
Posted by John on August 14, 2007, 11:55 am
If you were  Registered and logged in, you could reply and use other advanced thread options
Hello,

Soon, I will need to setup a t1 line between 2 sites. I have purchased 2
Cisco 1841 routers with the T1 DSU/CSU card in slot 0 (WIC 1DSU-T1 V2).

Anyway, I think I have everything working properly back to back, but I'm
running into a weird problem where one side (config A) can only ping the
other side 60% of the time, and the other side (config B) can not ping
config A at all. Below are my configurations. Can anybody tell me what I'm
doing wrong? This is going to be my first T1 deployment, and it has to work.
Thanks:

Config A:

yourname#show run

Building configuration...

Current configuration : 2044 bytes

!

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname yourname

!

boot-start-marker

boot-end-marker

!

logging buffered 51200 warnings

!

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 dhcp use vrf connected

!

!

ip domain name yourdomain.com

!

username cisco privilege 15 secret 5 $1$uF6w$fMy7xMIp2BRaJMSi214EM/

!

!

!

interface FastEthernet0/0

description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$

ip address 10.10.0.1 255.255.0.0

duplex auto

speed auto

!

interface FastEthernet0/1

no ip address

shutdown

duplex auto

speed auto

!

interface Serial0/0/0

ip unnumbered FastEthernet0/0

encapsulation ppp

!

ip classless

!

ip http server

ip http access-class 23

ip http authentication local

ip http timeout-policy idle 60 life 86400 requests 10000

!

access-list 23 permit 10.10.10.0 0.0.0.7

!

control-plane

!

banner login ^C

-----------------------------------------------------------------------

Cisco Router and Security Device Manager (SDM) is installed on this device.

This feature requires the one-time use of the username "cisco"

with the password "cisco". The default username and password have a
privilege le

vel of 15.

Please change these publicly known initial credentials using SDM or the IOS
CLI.

Here are the Cisco IOS commands.

username <myuser> privilege 15 secret 0 <mypassword>

no username cisco

Replace <myuser> and <mypassword> with the username and password you want to
use

.

For more information about SDM please follow the instructions in the QUICK
START

GUIDE for your router or go to http://www.cisco.com/go/sdm

-----------------------------------------------------------------------

^C

!

line con 0

exec-timeout 0 0

login local

line aux 0

line vty 0 4

access-class 23 in

privilege level 15

login local

transport input telnet

line vty 5 15

access-class 23 in

privilege level 15

login local

transport input telnet

!

end





config B:

yourname#show run

Building configuration...

Current configuration : 2093 bytes

!

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname yourname

!

boot-start-marker

boot-end-marker

!

logging buffered 51200 warnings

!

no aaa new-model

!

resource policy

!

mmi polling-inter

no mmi auto-configure

no mmi pvc

mmi snmp-timeout 180

ip subnet-zero

ip cef

!

!

no ip dhcp use vrf connected

!

!

ip domain name yourdomain.com

!

username p1admins privilege 15 secret 5 $1$nAL8$hheCXtA4rN6.RosXTheFz0

!

!

!

interface FastEthernet0/0

description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$

ip address 10.10.10.2 255.255.255.248

duplex auto

speed auto

!

interface FastEthernet0/1

no ip address

shutdown

duplex auto

speed auto

!

interface Serial0/0/0

ip unnumbered FastEthernet0/0

encapsulation ppp

service-module t1 clock source internal

!

ip classless

!

ip http server

ip http access-class 23

ip http authentication local

ip http timeout-policy idle 60 life 86400 requests 10000

!

access-list 23 permit 10.10.10.0 0.0.0.7

!

control-plane

!

banner login ^C

-----------------------------------------------------------------------

Cisco Router and Security Device Manager (SDM) is installed on this device.

This feature requires the one-time use of the username "cisco"

with the password "cisco". The default username an

vel of 15.----------

Please change these publicly known initial credentials using SDM or the IOS
CLI.

Cisco Router and Security Device Manag

Here are the Cisco IOS commands.ce.

username <myuser> privilege 15 secret 0 <mypassword>ture requires the
one-time use of the username "cisco

no username cisco

Replace <myuser> and <mypassword> with the username and password you want to
useassword have a privilege le

.

For more information about SDM please follow the instructions in the QUICK
START

GUIDE for your router or go to http://www.cisco.com/go/sdm

-----------------------------------------------------------------------

^C

!

line con 0

exec-timeout 0 0

login local

line aux 0

line vty 0 4

access-class 23 in

privilege level 15

login local

transport input telnet

line vty 5 15

access-class 23 in

privilege level 15

login local

transport input telnet

!

end

Right now both routers are configured back to back. Thanks.

-- John



Posted by KDawg44 on August 14, 2007, 3:37 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
> Hello,
>
> Soon, I will need to setup a t1 line between 2 sites. I have purchased 2
> Cisco 1841 routers with the T1 DSU/CSU card in slot 0 (WIC 1DSU-T1 V2).
>
> Anyway, I think I have everything working properly back to back, but I'm
> running into a weird problem where one side (config A) can only ping the
> other side 60% of the time, and the other side (config B) can not ping
> config A at all. Below are my configurations. Can anybody tell me what I'm
> doing wrong? This is going to be my first T1 deployment, and it has to work.
> Thanks:
>
> Config A:
>
> yourname#show run
>
> Building configuration...
>
> Current configuration : 2044 bytes
>
> !
>
> version 12.4
>
> service timestamps debug datetime msec
>
> service timestamps log datetime msec
>
> no service password-encryption
>
> !
>
> hostname yourname
>
> !
>
> boot-start-marker
>
> boot-end-marker
>
> !
>
> logging buffered 51200 warnings
>
> !
>
> 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 dhcp use vrf connected
>
> !
>
> !
>
> ip domain name yourdomain.com
>
> !
>
> username cisco privilege 15 secret 5 $1$uF6w$fMy7xMIp2BRaJMSi214EM/
>
> !
>
> !
>
> !
>
> interface FastEthernet0/0
>
> description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$
>
> ip address 10.10.0.1 255.255.0.0
>
> duplex auto
>
> speed auto
>
> !
>
> interface FastEthernet0/1
>
> no ip address
>
> shutdown
>
> duplex auto
>
> speed auto
>
> !
>
> interface Serial0/0/0
>
> ip unnumbered FastEthernet0/0
>
> encapsulation ppp
>
> !
>
> ip classless
>
> !
>
> ip http server
>
> ip http access-class 23
>
> ip http authentication local
>
> ip http timeout-policy idle 60 life 86400 requests 10000
>
> !
>
> access-list 23 permit 10.10.10.0 0.0.0.7
>
> !
>
> control-plane
>
> !
>
> banner login ^C
>
> -----------------------------------------------------------------------
>
> Cisco Router and Security Device Manager (SDM) is installed on this device.
>
> This feature requires the one-time use of the username "cisco"
>
> with the password "cisco". The default username and password have a
> privilege le
>
> vel of 15.
>
> Please change these publicly known initial credentials using SDM or the IOS
> CLI.
>
> Here are the Cisco IOS commands.
>
> username <myuser> privilege 15 secret 0 <mypassword>
>
> no username cisco
>
> Replace <myuser> and <mypassword> with the username and password you want to
> use
>
> .
>
> For more information about SDM please follow the instructions in the QUICK
> START
>
> GUIDE for your router or go tohttp://www.cisco.com/go/sdm
>
> -----------------------------------------------------------------------
>
> ^C
>
> !
>
> line con 0
>
> exec-timeout 0 0
>
> login local
>
> line aux 0
>
> line vty 0 4
>
> access-class 23 in
>
> privilege level 15
>
> login local
>
> transport input telnet
>
> line vty 5 15
>
> access-class 23 in
>
> privilege level 15
>
> login local
>
> transport input telnet
>
> !
>
> end
>
> config B:
>
> yourname#show run
>
> Building configuration...
>
> Current configuration : 2093 bytes
>
> !
>
> version 12.4
>
> service timestamps debug datetime msec
>
> service timestamps log datetime msec
>
> no service password-encryption
>
> !
>
> hostname yourname
>
> !
>
> boot-start-marker
>
> boot-end-marker
>
> !
>
> logging buffered 51200 warnings
>
> !
>
> no aaa new-model
>
> !
>
> resource policy
>
> !
>
> mmi polling-inter
>
> no mmi auto-configure
>
> no mmi pvc
>
> mmi snmp-timeout 180
>
> ip subnet-zero
>
> ip cef
>
> !
>
> !
>
> no ip dhcp use vrf connected
>
> !
>
> !
>
> ip domain name yourdomain.com
>
> !
>
> username p1admins privilege 15 secret 5 $1$nAL8$hheCXtA4rN6.RosXTheFz0
>
> !
>
> !
>
> !
>
> interface FastEthernet0/0
>
> description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$
>
> ip address 10.10.10.2 255.255.255.248
>
> duplex auto
>
> speed auto
>
> !
>
> interface FastEthernet0/1
>
> no ip address
>
> shutdown
>
> duplex auto
>
> speed auto
>
> !
>
> interface Serial0/0/0
>
> ip unnumbered FastEthernet0/0
>
> encapsulation ppp
>
> service-module t1 clock source internal
>
> !
>
> ip classless
>
> !
>
> ip http server
>
> ip http access-class 23
>
> ip http authentication local
>
> ip http timeout-policy idle 60 life 86400 requests 10000
>
> !
>
> access-list 23 permit 10.10.10.0 0.0.0.7
>
> !
>
> control-plane
>
> !
>
> banner login ^C
>
> -----------------------------------------------------------------------
>
> Cisco Router and Security Device Manager (SDM) is installed on this device.
>
> This feature requires the one-time use of the username "cisco"
>
> with the password "cisco". The default username an
>
> vel of 15.----------
>
> Please change these publicly known initial credentials using SDM or the IOS
> CLI.
>
> Cisco Router and Security Device Manag
>
> Here are the Cisco IOS commands.ce.
>
> username <myuser> privilege 15 secret 0 <mypassword>ture requires the
> one-time use of the username "cisco
>
> no username cisco
>
> Replace <myuser> and <mypassword> with the username and password you want to
> useassword have a privilege le
>
> .
>
> For more information about SDM please follow the instructions in the QUICK
> START
>
> GUIDE for your router or go tohttp://www.cisco.com/go/sdm
>
> -----------------------------------------------------------------------
>
> ^C
>
> !
>
> line con 0
>
> exec-timeout 0 0
>
> login local
>
> line aux 0
>
> line vty 0 4
>
> access-class 23 in
>
> privilege level 15
>
> login local
>
> transport input telnet
>
> line vty 5 15
>
> access-class 23 in
>
> privilege level 15
>
> login local
>
> transport input telnet
>
> !
>
> end
>
> Right now both routers are configured back to back. Thanks.
>
> -- John

I am not 100% sure, but I believe with ip unnumbered you have to have
some routing protocol running. Do you have a routing protocol
configured?


Posted by Chris on August 14, 2007, 3:43 pm
If you were  Registered and logged in, you could reply and use other advanced thread options

> I am not 100% sure, but I believe with ip unnumbered you have to have
> some routing protocol running. Do you have a routing protocol
> configured?

No, you don't need to run a routing protocol with ip unnumbered.

Chris.

Posted by J.Cottingim on August 14, 2007, 5:06 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
> Hello,
>
> Soon, I will need to setup a t1 line between 2 sites. I have purchased 2
> Cisco 1841 routers with the T1 DSU/CSU card in slot 0 (WIC 1DSU-T1 V2).
>
> Anyway, I think I have everything working properly back to back, but I'm
> running into a weird problem where one side (config A) can only ping the
> other side 60% of the time, and the other side (config B) can not ping
> config A at all. Below are my configurations. Can anybody tell me what I'm
> doing wrong? This is going to be my first T1 deployment, and it has to work.
> Thanks:
>
>=================================
> Config A:

> interface FastEthernet0/0
> description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$
> ip address 10.10.0.1 255.255.0.0
> duplex auto
> speed auto
> !
> interface Serial0/0/0
> ip unnumbered FastEthernet0/0
> encapsulation ppp
> !
> end
>=================================
> config B:
>
> interface FastEthernet0/0
> description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$
> ip address 10.10.10.2 255.255.255.248
> duplex auto
> speed auto
> !
> interface Serial0/0/0
> ip unnumbered FastEthernet0/0
> encapsulation ppp
> service-module t1 clock source internal
> !
>=================================

John,
The problem you are having is an overlapping/mis-configured masks on
the Fa0/0 interfaces.
If you change the masks to something that is not over-lapping, it
should work fine.
Try configuring both of them with /24 masks (255.255.255.0)

As KDawg44 mentions, you WILL need a routing protocol (sorry Chris).
Any routing protocol will do - even static routes.
Here's what you *could* use assuming:
--- router A: fa0/0 --> 10.10.0.1 /24
--- router B: fa0/0 --> 10.10.10.2 /24

Add to router A's config:
ip route 10.10.10.0 255.255.255.0 s0/0/0

Add to router B's config:
ip route 10.10.0.0 255.255.255.0 s0/0/0


Good luck - Have fun
JC



Posted by Chris on August 14, 2007, 5:31 pm
If you were  Registered and logged in, you could reply and use other advanced thread options

> As KDawg44 mentions, you WILL need a routing protocol (sorry Chris).
> Any routing protocol will do - even static routes.

I wouldn't class static routing as a "routing protocol" I was simply saying
that ip unnumbered doesn't require a routing protocol, which it doesn't.
Static routes work fine. I have installed a couple of hundred routers in
this manner!!

Similar ThreadsPosted
Configuration reverted to previous configuration after power loss March 3, 2006, 11:14 am
Cisco 501 Configuration help. September 22, 2005, 2:53 pm
Cisco IOS ACL Configuration May 9, 2006, 8:11 am
configuration cisco 871 & vpn December 13, 2006, 5:03 am
Cisco 801 configuration February 28, 2007, 5:23 am
Cisco Configuration December 25, 2007, 6:24 pm
Re: Cisco PIX 515 configuration help July 25, 2008, 3:45 pm
Re: Cisco PIX 515 configuration help July 25, 2008, 5:08 pm
Cisco 803 IPsec configuration August 23, 2004, 11:14 am
Cisco 2620 Configuration November 10, 2004, 4:01 pm

other useful resources:
The Federal Communications Commission (FCC)
Telecommunications Industry Association
Electronic and Software Security Products and Services
International Telecommunication Union

Custom CGI Perl and PHP programming by 1-Script.com

Contact Us | Privacy Policy
The site map in XML format XML site map