日本亚洲欧美日韩中文字幕_精品欧美一区二区三区久久久_久久av高潮av无码av_成在人线av无码免费_亚洲中文字幕无码久久精品1

13081913316

全國統(tǒng)一學(xué)習(xí)專線 8:30-21:00

思科認(rèn)證CCNA綜合輔導(dǎo):單臂路由

一、配置交換機(jī)

Switch》en ----進(jìn)入特權(quán)模式

Switch#config t ----進(jìn)入全局配置模式

Enter configuration commands, one per line. End with CNTL/Z.

Switch(config)#vlan 10 ----配置第一個vlan

Switch(config-vlan)#name 10 ----給vlan命名

Switch(config-vlan)#exit

Switch(config)#vlan 20 ----配置第一個vlan

Switch(config-vlan)#name 20 ----給vlan命名

Switch(config-vlan)#exit

Switch(config)#int f0/1 ----進(jìn)入f0/1端口

Switch(config-if)#switchport access vlan 10 ----把端口分配給vlan10

Switch(config-if)#exit

Switch(config)#int f0/11

Switch(config-if)#switchport access vlan 20

Switch(config-if)#exit

Switch(config)#int f0/24

Switch(config-if)#switchport mode trunk --配置f0/24為TRUNK模式

Switch(config-if)#exit

二、 配置路由器

Router》en

Router#config t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#int f0/0 ----進(jìn)入f0/0端口

Router(config-if)#no ip add ----不配置IP地址

Router(config-if)#no shutdown ----開啟端口

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

Router(config-if)#exit

Router(config)#int f0/0.1 ----配置子接口

%LINK-5-CHANGED: Interface FastEthernet0/0.1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.1, changed state to up

Router(config-subif)#encapsulation dot1Q 10 ----配置dot1Q協(xié)議

Router(config-subif)#ip address 192.168.1.254 255.255.255.0

Router(config-subif)#no shutdown

Router(config-subif)#exit

Router(config)#int f0/0.2

%LINK-5-CHANGED: Interface FastEthernet0/0.2, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.2, changed state to up

Router(config-subif)#encapsulation dot1Q 20

Router(config-subif)#ip add 192.168.2.254 255.255.255.0

Router(config-subif)#no shutdown

Router(config-subif)#exit

Router(config)#

三、 驗證

P1的IP地址

P2的IP地址

P1能夠ping通P2,P2能夠ping通P1則配置成功。

溫馨提示:為不影響您的學(xué)業(yè),來校區(qū)前請先電話咨詢,方便我校安排相關(guān)的專業(yè)老師為您解答
  • 熱門課程
  • 作者最新文章
  • 在線報名
申請試聽課程

只要一個電話
我們免費為您回電

姓名不能為空
手機(jī)號格式錯誤