< RT-A > Router# conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)# host RT-A RT-A(config)# int s0/0/0 RT-A(config-if)# ip add 192.168.1.1 255.255.255.0 RT-A(config-if)# ^Z RT-A#
< RT-B > Router# conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)# host RT-B RT-B(config)# int s0/0/0 RT-B(config-if)# ip add 192.168.1.2 255.255.255.0 RT-B(config-if)# ^Z RT-B#
< RT-A > RT-A# show interfaces serial 0/0/0 Serial0/0/0 is administratively down, line protocol is down Hardware is GT96K Serial Internet address is 192.168.1.1/24 MTU 1500 bytes, BW 1544 Kbit/sec, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation HDLC, loopback not set Keepalive set (10 sec) ・ ・ ・
Serial0/0/0 is administratively down, line protocol is down | Serial0/0/0 is : 物理層の状態を示す line protocol is : データリンク層の状態を示す |
---|---|
Internet address is 192.168.1.1/24 | インターフェイスに設定したIPアドレス |
MTU 1500 bytes | 最大転送ユニットで、デフォルトは 1500 bytes |
BW 1544 Kbit/sec | 帯域幅で、デフォルトは 1544 Kbit/sec |
Encapsulation HDLC | カプセル化タイプで、デフォルトは HDLC |
Keepalive set (10 sec) | キープアライブのデフォルトは10秒間隔 |
< RT-A > RT-A# show ip interface brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 unassigned YES NVRAM administratively down down FastEthernet0/1 unassigned YES NVRAM administratively down down Serial0/0/0 192.168.1.1 YES NVRAM administratively down down Serial0/0/1 unassigned YES NVRAM administratively down down RT-A#
< RT-A > RT-A# show protocols Global values: Internet Protocol routing is enabled FastEthernet0/0 is administratively down, line protocol is down FastEthernet0/1 is administratively down, line protocol is down Serial0/0/0 is administratively down, line protocol is down Internet address is 192.168.1.1/24 Serial0/0/1 is administratively down, line protocol is down RT-A#
Router# show protocols Global values: Internet Protocol routing is enabled ← IP ルーティングが有効 Appletalk routing is enabled ← AppleTalk ルーティングが有効 IPX routing is enabled ← IPX ルーティングが有効 FastEthernet0/0 is up, line protocol is up Internet address is 192.168.1.1/24 ← IPアドレス AppleTalk address is 100.1, zone apple ← AppleTalk アドレスおよびゾーン名 IPX address is 10.0013.600a.0f00 ← IPXアドレス FastEthernet0/1 is up, line protocol is down Serial0/0/0 is up, line protocol is down Serial0/0/1 is administratively down, line protocol is down
< RT-A > RT-A# show protocols serial 0/0/0 Serial0/0/0 is administratively down, line protocol is down Internet address is 192.168.1.1/24 RT-A#
administratively down | down | 管理者が意図的にダウンさせている (インターフェイスで no shutdown を行っていない) |
< RT-A >
RT-A# sh run
Building configuration...
Current configuration:
!
!
interface Serial0/0/0
ip address 192.168.1.1 255.255.255.0
shutdown ← シャットダウンしている
no fair-queue
clock rate 2000000
!
!
< RT-A > RT-A# conf t Enter configuration commands, one per line. End with CNTL/Z. RT-A(config)# int s0/0/0 RT-A(config-if)# no shut RT-A(config-if)# ^Z RT-A#
< RT-A > RT-A# show protocols serial 0/0/0 Serial0/0/0 is down, line protocol is down Internet address is 192.168.1.1/24 RT-A#
down | down | 接続ケーブルの断線など物理的なトラブル 接続している相手側のインターフェイスが shutdown している |
< RT-B >
RT-B# sh run
Building configuration...
Current configuration:
!
!
interface Serial0/0/0
ip address 192.168.1.2 255.255.255.0
shutdown ← シャットダウンしている
!
!
< RT-B > RT-B# conf t Enter configuration commands, one per line. End with CNTL/Z. RT-B(config)# int s0/0/0 RT-B(config-if)# no shut RT-B(config-if)# ^Z RT-B#
< RT-A > RT-A# show protocols serial 0/0/0 Serial0/0/0 is up, line protocol is up Internet address is 192.168.1.1/24 RT-A#
up | up | 正常 (データリンク層レベルでは通信可能) |
ただし、今回データリンク層がアップしたのは Cisco 1841 がデフォルトで DCE 側シリアルインターフェイスに clock rate 2000000 がセットされているためです。Cisco 1841 ではこの clock rate の設定を削除することができません。no clock rate コマンドで削除しても自動で再び clock rate 2000000 がセットされます。
RT-A(config)# int s0/0/0 RT-A(config-if)# do sh run | section interface Serial0/0/0 ← running-config の int S0/0/0 セクション部分だけの表示 interface Serial0/0/0 ip address 192.168.1.1 255.255.255.0 no fair-queue clock rate 2000000 RT-A(config-if)#no clock rate ? <cr> RT-A(config-if)# no clock rate ← clock rate の削除 RT-A(config-if)# do sh run | section interface Serial0/0/0 ← running-config の int S0/0/0 セクション部分だけの表示 interface Serial0/0/0 ip address 192.168.1.1 255.255.255.0 no fair-queue clock rate 2000000 RT-A(config-if)# no clock rate コマンドはエラーにはなっていませんので、コマンド自体は有効です。 ただし、sh run には変わらず clock rate 2000000 がセットされています。
< RT-A > RT-A# show protocols serial 0/0 Serial0/0 is up, line protocol is down Internet address is 192.168.2.1/24 RT-A#
up | down | DCE 側にクロックレートが設定されていない カプセル化タイプが一致していない キープアライブメッセージを受信できない |
< RT-A >
RT-A# show controllers serial 0/0
Interface Serial0/0
Hardware is PowerQUICC MPC860
DCE V.35, no clock ← DCE 側でクロックは設定されていない
< RT-B >
RT-B# show controllers serial 0/0
Interface Serial0/0
Hardware is PowerQUICC MPC860
DTE V.35 clocks stopped. ← DTE 側でクロックの供給は受けていない
< RT-A > Router# conf t Enter configuration commands, one per line. End with CNTL/Z. RT-A(config)# int s0/0 RT-A(config-if)# clock rate 64000 RT-A(config-if)# ^Z RT-A#
< RT-A > RT-A# show protocols serial 0/0 Serial0/0 is up, line protocol is up Internet address is 192.168.2.1/24 RT-A#
up | up | 正常 (データリンク層レベルでは通信可能) |
< RT-A >
RT-A# show controllers serial 0/0/0
Interface Serial0/0/0
Hardware is GT96K
DCE V.35, clock rate 2000000 ← DCE 側で 2Mbps のクロックレートが設定されている
< RT-B >
RT-B# show controllers serial 0/0/0
Interface Serial0/0/0
Hardware is GT96K
DTE V.35 TX and RX clocks detected. ← DTE 側でクロックの供給を受けている
< RT-A >
Router# conf t
Enter configuration commands, one per line. End with CNTL/Z.
RT-A(config)# int s0/0/0
RT-A(config-if)# clock rate 64000
RT-A(config-if)# do sh run | section interface Serial0/0/0 ← running-config の int S0/0/0 セクション部分だけの表示
interface Serial0/0/0
ip address 192.168.1.1 255.255.255.0
no fair-queue
clock rate 64000
RT-A(config-if)# ^Z
RT-A#
< RT-A > RT-A# ping 192.168.1.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/28/32 ms RT-A#
< RT-A >
RT-A# sh int s0/0/0
Serial0/0/0 is up, line protocol is up
Hardware is GT96K Serial
Internet address is 192.168.1.1/24
MTU 1500 bytes, BW 1544 Kbit/sec, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, loopback not set ← カプセル化タイプは HDLC
Keepalive set (10 sec)
・
・
・
< RT-B >
RT-B# sh int s0/0/0
Serial0/0/0 is up, line protocol is up
Hardware is GT96K Serial
Internet address is 192.168.1.2/24
MTU 1500 bytes, BW 1544 Kbit/sec, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, loopback not set ← カプセル化タイプは HDLC
Keepalive set (10 sec)
・
・
・
< RT-A > RT-A# conf t Enter configuration commands, one per line. End with CNTL/Z. RT-A(config)# int s0/0/0 RT-A(config-if)# encapsulation ppp RT-A(config-if)# ^Z RT-A#
< RT-A > RT-A# sh int s0/0/0 Serial0/0/0 is up, line protocol is down ← データリンク層が down Hardware is GT96K Serial Internet address is 192.168.1.1/24 MTU 1500 bytes, BW 1544 Kbit/sec, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation PPP, LCP REQsent, loopback not set ← カプセル化タイプは PPP Keepalive set (10 sec) ・ ・ ・
up | down | DCE 側にクロックレートが設定されていない カプセル化タイプが一致していない キープアライブメッセージを受信できない |
< RT-A > RT-A# conf t Enter configuration commands, one per line. End with CNTL/Z. RT-A(config)# int s0/0/0 RT-A(config-if)# no encapsulation RT-A(config-if)# ^Z RT-A#
< RT-A > RT-A# sh int s0/0/0 Serial0/0/0 is up, line protocol is up ← データリンク層が up Hardware is GT96K Serial Internet address is 192.168.1.1/24 MTU 1500 bytes, BW 1544 Kbit/sec, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation HDLC, loopback not set ← カプセル化タイプは HDLC Keepalive set (10 sec) ・ ・ ・
物理層の状態 データリンク層の状態
インターフェイスには次の4つの状態があります。
(物理層)
(データリンク層)
(インターフェイスで no shutdown を行っていない)
接続している相手側のインターフェイスが shutdown している
カプセル化タイプが一致していない
キープアライブメッセージを受信できない