[從 Step 1 開始]
RouterA# conf t
RouterA(config)# int ser 0/0/0
RouterA(config-if)# ip ospf authentication-key san-fran
RouterA(config-if)# int ser 0/0/1
RouterA(config-if)# ip ospf authentication-key san-fran
RouterA(config-if)# end
RouterA#
RouterA# conf t
RouterA(config)# int ser 0/0/0
RouterA(config-if)# ip ospf authentication
RouterA(config-if)# int ser 0/0/1
RouterA(config-if)# ip ospf authentication
RouterA(config-if)# end
RouterA#
如果您喜歡這裡的內容,記得分享到您的Facebook和Twitter上面所有的朋友們吧!
2007年12月5日 星期三
ICND2 Lab 4-1, Task 3步驟說明
[從 Step 1 開始]
RouterA# conf t
RouterA(config)# int loopback 0
RouterA(config-if)# ip addr 192.168.1.65 255.255.255.240
RouterA(config-if)# router ospf 100
RouterA(config-router)# network 192.168.1.65 0.0.0.0 area 0
RouterA(config-router)# network 10.2.2.3 0.0.0.0 area 0
RouterA(config-router)# network 10.140.1.2 0.0.0.0 area 0
RouterA(config-router)# network 10.23.23.1 0.0.0.0 area 0
RouterA(config-router)#int ser 0/0/0
RouterA(config-if)# bandwidth 64
RouterA(config-if)# int ser 0/0/1
RouterA(config-if)# bandwidth 64
RouterA(config-if)# end
RouterA#
RouterA# conf t
RouterA(config)# int loopback 0
RouterA(config-if)# ip addr 192.168.1.65 255.255.255.240
RouterA(config-if)# router ospf 100
RouterA(config-router)# network 192.168.1.65 0.0.0.0 area 0
RouterA(config-router)# network 10.2.2.3 0.0.0.0 area 0
RouterA(config-router)# network 10.140.1.2 0.0.0.0 area 0
RouterA(config-router)# network 10.23.23.1 0.0.0.0 area 0
RouterA(config-router)#int ser 0/0/0
RouterA(config-if)# bandwidth 64
RouterA(config-if)# int ser 0/0/1
RouterA(config-if)# bandwidth 64
RouterA(config-if)# end
RouterA#
2007年12月3日 星期一
ICND2 Lab 4-1, Task 2步驟說明
[從 Step 1 開始]
RouterA# conf t
RouterA(config)# no ip route 0.0.0.0 0.0.0.0 10.2.2.3
RouterA(config)# end
RouterA# show int serial 0/0/0
RouterA# conf t
RouterA(config)# int ser 0/0/0
RouterA(config-if)# ip addr 10.140.1.2 255.255.255.0
RouterA(config-if)# no shutdown
RouterA(config-if)# end
RouterA# ping 10.140.1.1
RouterA# ping 10.1.1.3
RouterA# show ip route
RouterA# show controllers serial 0/0/0
RouterA# show controllers serial 0/0/1
RouterA# conf t
RouterA(config)# int ser 0/0/1
RouterA(config-if)# clock rate 64000
RouterA(config-if)# ip address 10.23.23.1 255.255.255.0
RouterA(config-if)# no shutdown
RouterA(config-if)# end
RouterA# ping 10.23.23.2
RouterA#
RouterA# conf t
RouterA(config)# no ip route 0.0.0.0 0.0.0.0 10.2.2.3
RouterA(config)# end
RouterA# show int serial 0/0/0
Description:
MTU 1500 bytes, BW 128 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, loopback not set
Keepalive set (10 sec)
Last input never, output never, output hang never
Last clearing of "show interface" counters 4d03h
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/0/32 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 96 kilobits/sec
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
DCD=down DSR=down DTR=down RTS=down CTS=down
RouterA# conf t
RouterA(config)# int ser 0/0/0
RouterA(config-if)# ip addr 10.140.1.2 255.255.255.0
RouterA(config-if)# no shutdown
RouterA(config-if)# end
RouterA# ping 10.140.1.1
RouterA# ping 10.1.1.3
RouterA# show ip route
RouterA# show controllers serial 0/0/0
RouterA# show controllers serial 0/0/1
RouterA# conf t
RouterA(config)# int ser 0/0/1
RouterA(config-if)# clock rate 64000
RouterA(config-if)# ip address 10.23.23.1 255.255.255.0
RouterA(config-if)# no shutdown
RouterA(config-if)# end
RouterA# ping 10.23.23.2
RouterA#
ICND2 Lab 4-1, Task 1步驟說明
[從 Step 4 開始]
SwitchA# conf t
SwitchA(config)# int fa 0/11
SwitchA(config-if)# shutdown
SwitchA(config-if)# int fa 0/12
SwitchA(config-if)# shutdown
SwitchA(config-if)# end
SwitchA#
SwitchA# conf t
SwitchA(config)# int vlan 1
SwitchA(config-if)# ip addr 10.2.2.11 255.255.255.0
SwitchA(config-if)# exit
SwitchA(config)# ip default-gateway 10.2.2.3
SwitchA(config)# int fa 0/2
SwitchA(config-if)# switchport access vlan 1
SwitchA(config-if)# end
SwitchA#
SwitchA# conf t
SwitchA(config)# int fa 0/11
SwitchA(config-if)# shutdown
SwitchA(config-if)# int fa 0/12
SwitchA(config-if)# shutdown
SwitchA(config-if)# end
SwitchA#
SwitchA# conf t
SwitchA(config)# int vlan 1
SwitchA(config-if)# ip addr 10.2.2.11 255.255.255.0
SwitchA(config-if)# exit
SwitchA(config)# ip default-gateway 10.2.2.3
SwitchA(config)# int fa 0/2
SwitchA(config-if)# switchport access vlan 1
SwitchA(config-if)# end
SwitchA#
2007年12月1日 星期六
ICND2 Lab 2-1, Task 5步驟說明
[從 Step 1 開始]
SwitchA# conf t
SwitchA(config)# vlan 20
SwitchA(config-vlan)# vlan 30
SwitchA(config-vlan)# end
SwitchA# show vlan
SwitchA# conf t
SwitchA(config)# spanning-tree vlan 20 root primary
SwitchA(config)# spanning-tree vlan 30 root secondary
SwitchA(config)# end
SwitchA# show spanning-tree vlan 20
SwithcA# show spanning-tree vlan 30
SwitchA# conf t
SwitchA(config)# vlan 20
SwitchA(config-vlan)# vlan 30
SwitchA(config-vlan)# end
SwitchA# show vlan
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Fa0/1, Fa0/3, Fa0/4
Fa0/5, Fa0/6, Fa0/7, Fa0/8
Fa0/9, Fa0/10, Fa0/12
Fa0/13, Fa0/14, Fa0/15, Fa0/16
Fa0/17, Fa0/18, Fa0/19, Fa0/20
Fa0/21, Fa0/22, Fa0/23, Fa0/24
Gi0/1, Gi0/22
2 VLAN0002 active Fa0/2
20 VLAN0020 active
30 VLAN0030 active
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup
.....
SwitchA# conf t
SwitchA(config)# spanning-tree vlan 20 root primary
SwitchA(config)# spanning-tree vlan 30 root secondary
SwitchA(config)# end
SwitchA# show spanning-tree vlan 20
SwithcA# show spanning-tree vlan 30
訂閱:
文章 (Atom)
經典熱門文章
-
Bits per sec : 9600 Data bits : 8 Parity : none Stop bits : 1 Flow control : none 我們以往在作Router...
-
(關於NTP,我有 新的文章 ,歡迎比較參考。) 我剛才在讀 網路文章 的時候,我才發現,原來Google也有對外服務的NTP伺服器,網址分別有五個: TIME.google.com TIME1.google.com TIME2.google.com TIME3.g...
-
TFTP Server 是我們平常在維護網路必備的工具之一. 我們需要 TFTP Server 來備份/安裝 IOS 映像檔, 與設定內容. Cisco 原本曾經有過一個免費的 TFTP Server 軟體, 不過已經停止它的後續的開發和維護. 反而在 Cisco 網站當中 ...
-
應該各位在讀到 BSCI 教材中, 有關 IP Multicast 位址要對應到適當的 MAC address 來傳送這段時, 都會注意到: 好麻煩喔, 為什麼要設計成這樣, 硬是將數目比較多的 IP Multicast 位址, 以 "32比1" 的方式, 擠...
-
我先花一點時間,聊一聊Spine/Leaf網路拓樸。 Spine/Leaf 是一種網路拓樸 Spine/Leaf 示意圖。 來源: Cisco.com ,"Figure 1. Cisco Dynamic Fabric Automation Archit...