1.設定ISDN交換機型
RouterA(config)#int bri0
RouterA(config-if)#isdn switch-type basic-ni
RouterB(config)#int bri0
giboss 發表在 痞客邦 留言(0) 人氣(1,056)
========================設定訊框中繼============================
1.在訊框中繼交換機上,設定主機名稱,frame-relay switching命令,以及每片序列介面的封裝
RouterB(config)#frame-relay switching[makes the router a FR switch]
RouterB(config)#int s0
giboss 發表在 痞客邦 留言(1) 人氣(2,515)
1.利用encapsulation hdle命令為每片序列介面設定封裝
RouterA(config)#int s0
RouterA(config)#encapsulation hdls
RouterB(config)#int s0
giboss 發表在 痞客邦 留言(0) 人氣(1,082)
Router(config)#int s0
cencapsulation ppp //設定PPP封裝
Router(config-if)#^z
giboss 發表在 痞客邦 留言(0) 人氣(1,729)
Router(config)#access list ?
<1-99> IP standard access list
<100-199> IP extended access list
<1000-1099> IPX SAP access list
<1100-1199> Extended 48-bit MAC address access list
<1200-1299> IPX summary address access list
<1300-1999> IP standard access list (expanded range)
<200-299> Protocol type-code access list
<2000-2699> IP extended access list (expanded range)
<300-399> DECnet access list
<400-499> XNS standard access list
<500-599> XNS extended access list
<600-699> Appletalk access list
<700-799> 48-bit MAC address access list
<800-899> IPX standard access list
<900-999> IPX extended access list
Router(config)#access-list Access-List-number{permit/deny}source-address〔wildcard mask〕
giboss 發表在 痞客邦 留言(1) 人氣(48,454)
靜態VLAN
1.設定VLAN名稱
Switch(config)#vlan 2 name sales
Switch(config)#vlan 3 name marketing
Switch(config)#exit
或
Switch(config)#vlan 2
Switch(config-vlan)#name sales
Switch(config-vlan)#vlan 3
Switch(config-valn)#namae marketing
Switch(config-vlan)#^z
P.S. VLAN 1為預設的,不能修改,刪除,或是重新命名
giboss 發表在 痞客邦 留言(0) 人氣(22,148)
====================== Configuration of OSPF ===========================
Router(config)#router ospf process-id //識別碼(1-65535)
Router(config-router)#network ip-address mask area area-id
giboss 發表在 痞客邦 留言(1) 人氣(20,684)
=======================EIGRP passive-interface設置指令=====================
功用:不會傳送Hello訊息和宣告,禁止該介面發言,該介面只能透過其他介面通告給他的鄰居
公式:Router(config-router)#passive-interface interface-port
giboss 發表在 痞客邦 留言(0) 人氣(18,740)
Router#show ip route
Gateway of last resort is not set
S * 0.0.0.0/0 via 10.200.0.1 [d:1 m:0]
S 9.9.9.9/32 via 127.0.0.1 [d:1 m:0]
C 10.200.0.0/16 directly connected to Ethernet 0
i UD 12.2.41.19/32 via 55.55.55.1 [d:115 m:35]
i UD 12.2.41.20/32 via 55.55.55.1 [d:115 m:35]
R 192.168.50.0 [120/2] via 192.168.20.2, 00:00:26,s0/0
//R表RIP [120/1]表示路徑的管理距離(120)與抵達遠端網路的中繼站數目(2)
其中各英文字母的代碼整理如下:C - connected
S - static
R - RIP
M - mobile
B - BGP
D - EIGRP
EX - EIGRP external
O - OSPF
IA - OSPF inter area
N1 - OSPF NSSA external type 1
N2 - OSPF NSSA external type 2
E1 - OSPF external type 1
E2 - OSPF external type 2
i - IS-IS
su - IS-IS summary
L1 - IS-IS level-1
L2 - IS-IS level-2
ia - IS-IS inter area
* - candidate default
U - per-user static route
o - ODR
P - periodic downloaded static route
giboss 發表在 痞客邦 留言(0) 人氣(6,075)
1.備份,還原IOS
a.檢視IOS版本
Router#sh version //檢視router 狀況
giboss 發表在 痞客邦 留言(0) 人氣(1,476)