|
Posted by boxers999 on March 18, 2006, 11:32 am
If you were Registered and logged in, you could reply and use other advanced thread options
Hi,
Im doing my first basic lab setup with my gear, and I cant get the
serial ports to stay up.
The lab test im doing is only a basic one:-
Router1 (R1) DTE END
Set Serial to 172.30.102.1 255.255.255.0
Set Eth0 to 172.30.101.1 255.255.255.0 >>> Switch 172.30.101.101
Router2 (R2) DCE END
Set Serial to 172.30.120.2 255.255.255.0
Set eth0 to 173.30.102.2 255.255.255.0
Set clock rate 56000
I have managed to do the config for this, and set no shutdown on R1
(Ether0 and Ser0) - R2 (Ser0)
Any ideas ?
Cheers
R1#sh ip interface brief
Interface IP-Address OK? Method Status
Protocol
Ethernet0 172.30.101.1 YES manual up
up
Serial0 172.30.102.1 YES manual up
down
R2#sh ip int brief
Interface IP-Address OK? Method Status
Protocol
Ethernet0 172.30.103.2 YES manual administratively
down down
Ethernet1 unassigned YES unset administratively
down down
Serial0 172.30.102.3 YES manual up
down
I can ping or do anything.
<<<<<<<<<<<<<<< Router 1
R1#sh run
Building configuration...
Current configuration : 481 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R1
!
enable secret 5 $1$wzKo$Hg9dh5.aqs0g37nhxSCvp1
enable password hatter
!
ip subnet-zero
no ip routing
!
!
!
!
interface Ethernet0
ip address 172.30.101.1 255.255.255.0
no ip route-cache
!
interface Serial0
ip address 172.30.102.1 255.255.255.0
no ip route-cache
!
ip classless
no ip http server
!
!
line con 0
line vty 0 4
password hello
login
!
end
<<<<<<<<<<<<<< Router 2
R2#sh run
Building configuration...
Current configuration : 529 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R2
!
enable secret 5 $1$1L2p$/Vm50sJzAr1dEsVscNvp70
enable password hatter
!
ip subnet-zero
!
!
!
!
interface Ethernet0
ip address 172.30.103.2 255.255.255.0
shutdown
!
interface Ethernet1
no ip address
shutdown
!
interface Serial0
ip address 172.30.102.3 255.255.255.0
no fair-queue
!
ip classless
no ip http server
!
!
line con 0
password hello
login
line vty 0 4
password hello
login
!
end
|
|
Posted by Peter Fackrell on March 18, 2006, 12:21 pm
If you were Registered and logged in, you could reply and use other advanced thread options
boxers999 wrote:
> Hi,
>
> Im doing my first basic lab setup with my gear, and I cant get the
> serial ports to stay up.
>
>
> The lab test im doing is only a basic one:-
>
> Router1 (R1) DTE END
> Set Serial to 172.30.102.1 255.255.255.0
> Set Eth0 to 172.30.101.1 255.255.255.0 >>> Switch 172.30.101.101
>
> Router2 (R2) DCE END
> Set Serial to 172.30.120.2 255.255.255.0
> Set eth0 to 173.30.102.2 255.255.255.0
> Set clock rate 56000
>
If you do a (show controllers ser 0) you may see something like this.
show controllers ser 0
CD2430 Slot 1, Port 1, Controller 0, Channel 1, Revision 19
Channel mode is synchronous serial
idb 0x8375F8AC, buffer size 1524, V.35 DCE cable, clockrate 128000
Also I can't a see clock rate command in the config.
Peter.
> I have managed to do the config for this, and set no shutdown on R1
> (Ether0 and Ser0) - R2 (Ser0)
>
> Any ideas ?
>
> Cheers
>
> R1#sh ip interface brief
> Interface IP-Address OK? Method Status
> Protocol
> Ethernet0 172.30.101.1 YES manual up
> up
> Serial0 172.30.102.1 YES manual up
> down
>
> R2#sh ip int brief
> Interface IP-Address OK? Method Status
> Protocol
> Ethernet0 172.30.103.2 YES manual administratively
> down down
> Ethernet1 unassigned YES unset administratively
> down down
> Serial0 172.30.102.3 YES manual up
> down
>
> I can ping or do anything.
> <<<<<<<<<<<<<<< Router 1
> R1#sh run
> Building configuration...
>
> Current configuration : 481 bytes
> !
> version 12.2
> service timestamps debug uptime
> service timestamps log uptime
> no service password-encryption
> !
> hostname R1
> !
> enable secret 5 $1$wzKo$Hg9dh5.aqs0g37nhxSCvp1
> enable password hatter
> !
> ip subnet-zero
> no ip routing
> !
> !
> !
> !
> interface Ethernet0
> ip address 172.30.101.1 255.255.255.0
> no ip route-cache
> !
> interface Serial0
> ip address 172.30.102.1 255.255.255.0
> no ip route-cache
> !
> ip classless
> no ip http server
> !
> !
> line con 0
> line vty 0 4
> password hello
> login
> !
> end
>
>
> <<<<<<<<<<<<<< Router 2
> R2#sh run
> Building configuration...
>
> Current configuration : 529 bytes
> !
> version 12.2
> service timestamps debug uptime
> service timestamps log uptime
> no service password-encryption
> !
> hostname R2
> !
> enable secret 5 $1$1L2p$/Vm50sJzAr1dEsVscNvp70
> enable password hatter
> !
> ip subnet-zero
> !
> !
> !
> !
> interface Ethernet0
> ip address 172.30.103.2 255.255.255.0
> shutdown
> !
> interface Ethernet1
> no ip address
> shutdown
> !
> interface Serial0
> ip address 172.30.102.3 255.255.255.0
> no fair-queue
> !
> ip classless
> no ip http server
> !
> !
> line con 0
> password hello
> login
> line vty 0 4
> password hello
> login
> !
> end
>
|
|
Posted by boxers999 on March 18, 2006, 2:01 pm
If you were Registered and logged in, you could reply and use other advanced thread options
>If you do a (show controllers ser 0) you may see something like this.
>show controllers ser 0
>CD2430 Slot 1, Port 1, Controller 0, Channel 1, Revision 19
>Channel mode is synchronous serial
>idb 0x8375F8AC, buffer size 1524, V.35 DCE cable, clockrate 128000
>Also I can't a see clock rate command in the config.
>Peter.
>Thanks Peter,
I did sh controllers ser 0
And I have repeatedly set the clockrate but is not there when I do sh
run ?
Cheers
R1#show controllers ser 0
QUICC Serial unit 0
idb at 0x296986C, driver data structure at 0x296B4B8
SCC Registers:
General [GSMR]=0x2:0x00000030, Protocol-specific [PSMR]=0x0
Events [SCCE]=0x0000, Mask [SCCM]=0x001F, Status [SCCS]=0x0000
Transmit on Demand [TODR]=0x0, Data Sync [DSR]=0x7E7E
Interrupt Registers:
Config [CICR]=0x00368461, Pending [CIPR]=0x05804004
Mask [CIMR]=0xC8000012, In-srv [CISR]=0x00000000
Command register [CR]=0x690
Port A [PADIR]=0x4000, [PAPAR]=0xCEC3
[PAODR]=0x0000, [PADAT]=0x31BE
Port B [PBDIR]=0x00F13E, [PBPAR]=0x0010CE
[PBODR]=0x000000, [PBDAT]=0x0348DD
Port C [PCDIR]=0x080A, [PCPAR]=0x0000
[PCSO]=0x0030, [PCDAT]=0x03C4, [PCINT]=0x0000
DCE V.35 serial cable attached.
SCC GENERAL PARAMETER RAM (at 0xFF00F00)
Rx BD Base [RBASE]=0x560, Fn Code [RFCR]=0x18
Tx BD Base [TBASE]=0x5A0, Fn Code [TFCR]=0x18
Max Rx Buff Len [MRBLR]=1528
Rx State [RSTATE]=0x0, BD Ptr [RBPTR]=0x560
Tx State [TSTATE]=0x0, BD Ptr [TBPTR]=0x5A0
SCC HDLC PARAMETER RAM (at 0xFF00F38)
CRC Preset [C_PRES]=0xFFFF, Mask [C_MASK]=0xF0B8
Errors: CRC [CRCEC]=0, Aborts [ABTSC]=0, Discards [DISFC]=0
Nonmatch Addr Cntr [NMARC]=0
Retry Count [RETRC]=0
Max Frame Length [MFLR]=1526
Rx Int Threshold [RFTHR]=0, Frame Cnt [RFCNT]=0
User-defined Address 0000/0000/0000/0000
User-defined Address Mask 0x0000
buffer size 1524
BRGC1=101B0, BRGC2=0, BRGC3=0, BRGC4=0
modem_signal_addr FF01566
MASK: DSR=1, DTR=2,RTS=8.CTS=400,DCD=800
txbrgc=FF015FC, rxbrgc=FF015FC
BRG [DTE]: rx_sicr_clk=7, tx_sicr_clk=6
BRG [DCE]: rx_sicr_clk=7, tx_sicr_clk=3
CLK SRC: sync=4000, async=4000
RX ring with 8 entries at 0xFF00560, Buffer size 1524
Rxhead = 0xFF00560 (0), Rxp = 0x296B4D4 (0)
00 pak=0x2916710 buf=0x2DB3480 status=9000 pak_size=0
01 pak=0x2A894E4 buf=0x2DB2DC4 status=9000 pak_size=0
02 pak=0x2916460 buf=0x2DB2708 status=9000 pak_size=0
03 pak=0x296C51C buf=0x2DB204C status=9000 pak_size=0
04 pak=0x296C26C buf=0x2D97C54 status=9000 pak_size=0
05 pak=0x296BFBC buf=0x2D97598 status=9000 pak_size=0
06 pak=0x2AC3D14 buf=0x2D96EDC status=9000 pak_size=0
07 pak=0x295D158 buf=0x2D96820 status=B000 pak_size=0
TX ring with 2 entries at 0xFF005A0, tx_count = 2
tx_head = 0xFF005A0 (0), head_txp = 0x296B530 (0)
tx_tail = 0xFF005A0 (0), tail_txp = 0x296B530 (0)
00 pak=0x29F60A4 buf=0x2DB0BF4 status=9C00 pak_size=284
01 pak=0x29F6604 buf=0x2DB1984 status=BC00 pak_size=284
QUICC SCC specific errors:
0 input aborts on receiving flag sequence
0 throttles, 0 enables
0 overruns
0 transmitter underruns
0 transmitter CTS losts
R1#
R2#sh controllers ser 0
QUICC Serial unit 0
idb at 0x296E350, driver data structure at 0x296FF9C
SCC Registers:
General [GSMR]=0x2:0x00000030, Protocol-specific [PSMR]=0x0
Events [SCCE]=0x0000, Mask [SCCM]=0x001F, Status [SCCS]=0x0000
Transmit on Demand [TODR]=0x0, Data Sync [DSR]=0x7E7E
Interrupt Registers:
Config [CICR]=0x00368461, Pending [CIPR]=0x01800600
Mask [CIMR]=0x10000850, In-srv [CISR]=0x00000000
Command register [CR]=0x690
Port A [PADIR]=0x0000, [PAPAR]=0xFCF3
[PAODR]=0x0000, [PADAT]=0x47AE
Port B [PBDIR]=0x00F13E, [PBPAR]=0x0010CE
[PBODR]=0x000000, [PBDAT]=0x0248DD
Port C [PCDIR]=0x0087, [PCPAR]=0x0008
[PCSO]=0x0E30, [PCDAT]=0x0000, [PCINT]=0x0000
DTE V.35 serial cable attached.
SCC GENERAL PARAMETER RAM (at 0xFF00E00)
Rx BD Base [RBASE]=0x500, Fn Code [RFCR]=0x18
Tx BD Base [TBASE]=0x540, Fn Code [TFCR]=0x18
Max Rx Buff Len [MRBLR]=1528
Rx State [RSTATE]=0x0, BD Ptr [RBPTR]=0x500
Tx State [TSTATE]=0x0, BD Ptr [TBPTR]=0x540
SCC HDLC PARAMETER RAM (at 0xFF00E38)
CRC Preset [C_PRES]=0xFFFF, Mask [C_MASK]=0xF0B8
Errors: CRC [CRCEC]=0, Aborts [ABTSC]=0, Discards [DISFC]=0
Nonmatch Addr Cntr [NMARC]=0
Retry Count [RETRC]=0
Max Frame Length [MFLR]=1526
Rx Int Threshold [RFTHR]=0, Frame Cnt [RFCNT]=0
User-defined Address 0000/0000/0000/0000
User-defined Address Mask 0x0000
buffer size 1524
BRGC1=101B0, BRGC2=0, BRGC3=0, BRGC4=0
modem_signal_addr FF01566
MASK: DSR=40, DTR=80,RTS=4.CTS=100,DCD=200
txbrgc=FF015F8, rxbrgc=FF015F8
BRG [DTE]: rx_sicr_clk=5, tx_sicr_clk=4
BRG [DCE]: rx_sicr_clk=5, tx_sicr_clk=2
CLK SRC: sync=4000, async=4000
RX ring with 8 entries at 0xFF00500, Buffer size 1524
Rxhead = 0xFF00500 (0), Rxp = 0x296FFB8 (0)
00 pak=0x2AD4078 buf=0x2C2107C status=9000 pak_size=0
01 pak=0x2AD3DC8 buf=0x2C209C0 status=9000 pak_size=0
02 pak=0x2916460 buf=0x2C20304 status=9000 pak_size=0
03 pak=0x2A8E420 buf=0x2C1D3E0 status=9000 pak_size=0
04 pak=0x2AC9DEC buf=0x2C1CD24 status=9000 pak_size=0
05 pak=0x2AC9B3C buf=0x2C1C668 status=9000 pak_size=0
06 pak=0x2AC988C buf=0x2C1BFAC status=9000 pak_size=0
07 pak=0x2976A60 buf=0x2C1FC48 status=B000 pak_size=0
TX ring with 2 entries at 0xFF00540, tx_count = 2
tx_head = 0xFF00540 (0), head_txp = 0x2970014 (0)
tx_tail = 0xFF00540 (0), tail_txp = 0x2970014 (0)
00 pak=0x29FAF6C buf=0x2C37E7C status=9C00 pak_size=275
01 pak=0x29FACBC buf=0x2C377B4 status=BC00 pak_size=275
QUICC SCC specific errors:
0 input aborts on receiving flag sequence
0 throttles, 0 enables
0 overruns
0 transmitter underruns
0 transmitter CTS losts
R2#
|
|
Posted by boxers999 on March 18, 2006, 2:06 pm
If you were Registered and logged in, you could reply and use other advanced thread options
Below is me setting the clock rate and then showing the running conf !
clock rate isnt in the conf !
R2(config)#
R2(config)#
R2(config)#int ser 0
R2(config-if)#clock rate 56000
R2(config-if)#^Z
R2#
03:17:38: %SYS-5-CONFIG_I: Configured from console by console
R2#sh run
Building configuration...
Current configuration : 549 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R2
!
enable secret 5 $1$1L2p$/Vm50sJzAr1dEsVscNvp70
enable password hello
!
ip subnet-zero
!
!
!
!
interface Ethernet0
ip address 172.30.103.2 255.255.255.0
shutdown
!
interface Ethernet1
no ip address
shutdown
!
interface Serial0
ip address 172.30.102.3 255.255.255.0
no keepalive
!
ip classless
no ip http server
!
!
line con 0
password hello
logging synchronous
login
line vty 0 4
password hello
login
!
end
R2#
|
|
Posted by ciscodagama@gmail.com on March 18, 2006, 2:32 pm
If you were Registered and logged in, you could reply and use other advanced thread options
>
> R1#show controllers ser 0
>
> QUICC Serial unit 0
> idb at 0x296986C, driver data structure at 0x296B4B8
> SCC Registers:
> General [GSMR]=0x2:0x00000030, Protocol-specific [PSMR]=0x0
> Events [SCCE]=0x0000, Mask [SCCM]=0x001F, Status [SCCS]=0x0000
> Transmit on Demand [TODR]=0x0, Data Sync [DSR]=0x7E7E
> Interrupt Registers:
> Config [CICR]=0x00368461, Pending [CIPR]=0x05804004
> Mask [CIMR]=0xC8000012, In-srv [CISR]=0x00000000
> Command register [CR]=0x690
> Port A [PADIR]=0x4000, [PAPAR]=0xCEC3
> [PAODR]=0x0000, [PADAT]=0x31BE
> Port B [PBDIR]=0x00F13E, [PBPAR]=0x0010CE
> [PBODR]=0x000000, [PBDAT]=0x0348DD
> Port C [PCDIR]=0x080A, [PCPAR]=0x0000
> [PCSO]=0x0030, [PCDAT]=0x03C4, [PCINT]=0x0000
> DCE V.35 serial cable attached.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Your "show controller" output indicates that it is R1 that is the DCE
contrary to what your diagram indicates. Issue the "clock rate"
command on the serial interface on R1 and see if the interfaces come up
and ping fine.
Cisco da Gama
http://ciscostudy.blogspot.com
|
| Similar Threads | Posted | | Good Link | August 13, 2006, 11:37 am |
| BGP link reroute problem | August 24, 2006, 1:41 pm |
| Inter Switch Link (ISL) 2611 Help! | January 9, 2006, 8:49 am |
| Make traffic for test the link | July 11, 2006, 4:48 pm |
| SUNROCKET PROMOTION CODE LINK | September 20, 2005, 1:30 pm |
| Link Aggregation through transparent Cable Modems | April 21, 2007, 1:46 am |
| Re: useful Cisco link hope this group accepts attachment | November 1, 2005, 8:27 pm |
| hey guys can u just send me the ccna study guide link, | January 23, 2007, 5:04 am |
| free download cisco ios with ioshunter or direct link | April 9, 2007, 9:44 pm |
| The salient differneces between Link State and Distance Vector? | June 22, 2007, 3:13 pm |
|
|