欧美一级特黄大片做受成人-亚洲成人一区二区电影-激情熟女一区二区三区-日韩专区欧美专区国产专区

PVLAN實驗-創(chuàng)新互聯(lián)

PVLAN實驗

成都創(chuàng)新互聯(lián)公司專注于達(dá)日企業(yè)網(wǎng)站建設(shè),成都響應(yīng)式網(wǎng)站建設(shè),成都商城網(wǎng)站開發(fā)。達(dá)日網(wǎng)站建設(shè)公司,為達(dá)日等地區(qū)提供建站服務(wù)。全流程按需求定制設(shè)計,專業(yè)設(shè)計,全程項目跟蹤,成都創(chuàng)新互聯(lián)公司專業(yè)和態(tài)度為您提供的服務(wù)

實驗二:PVLAN

1.SW1配置Primary VLAN 100,Isolate VLAN 101,Community VLAN 102

2.Fa0/3設(shè)置成promiscuous端口,把主VLAN和子VLAN映射到Fa0/3;

3.Fa0/1-2劃分到IsolateVLAN,測試R1-R3之間的連通性;

4.把Fa0/1-2劃分到Community VLAN,測試R1-R3之間的連通性;

5.Fa0/1劃分到isolate VLAN,Fa0/2劃分到community VLAN,測試R1-R3之間的連通性.

6.在SW2上配置相同的Primary VLAN 100,Isolate VLAN 101,Community VLAN 102.

7.SW1-SW2之間起Trunk.在需求3的基礎(chǔ)上,把SW2的Fa0/4劃分到isolate VLAN,測試inter-switch PVLAN的連通性;Fa0/4劃分到community VLAN.測試連通性

R1的配置

R1(config)#int f0/0

R1(config-if)#ip add 10.10.1.1 255.255.255.0

R1(config-if)#no sh

R2的配置

R2(config)#int f0/0

R2(config-if)#ip add 10.10.1.2 255.255.255.0

R2(config-if)#no sh

R3的配置

R3(config)#int f0/0

R3(config-if)#ip add 10.10.1.3 255.255.255.0

R3(config-if)#no sh

R4的配置

R4(config)#int e0/0

R4(config-if)#ip add 10.10.1.4 255.255.255.0

R4(config-if)#no sh

SW1的配置

SW1(config)# vlan 100

SW1(config)# private-vlan primary?

SW1(config)#?private-vlan association 101,102

SW1(config)# vlan 101

SW1(config)#?private-vlan isolated?

SW1(config)# vlan 102

SW1(config)#?private-vlan community?

SW1(config)#int ?f0/3

SW1(config-if)#switchport private-vlan?mapping 100 101-102

SW1(config-if)#switchport mode private-vlan?promiscuous

SW1#show vlan private-vlan type

#########################################

第三題

SW1(config)#int range f0/1 - 2

SW1(config-if)#switchport private-vlan host-association 100 101

SW1(config-if)#switchport mode private-vlan host

現(xiàn)象:

R1#ping 10.10.1.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.10.1.2, timeout is 2 seconds:

.....

Success rate is 0 percent (0/5)

R1#ping 10.10.1.3

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.10.1.3, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms

#########################################

第四題

SW1(config)#int range f0/1 - 2

SW1(config-if)#switchport private-vlan host-association 100 102

SW1(config-if)#switchport mode private-vlan host

現(xiàn)象:

R1#ping 10.10.1.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.10.1.2, timeout is 2 seconds:

!!!!!

Success rate is 0 percent (0/5)

R1#ping 10.10.1.3

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.10.1.3, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms

#########################################

第五題

SW1(config)#int ?f0/1?

SW1(config-if)#switchport private-vlan host-association 100 101

SW1(config-if)#switchport mode private-vlan host

SW1(config)#int f0/2

SW1(config-if)#switchport private-vlan host-association 100 102

SW1(config-if)#switchport mode private-vlan host

現(xiàn)象:

R1#ping 10.10.1.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.10.1.2, timeout is 2 seconds:

.....

Success rate is 0 percent (0/5)

R1#ping 10.10.1.3

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.10.1.3, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms

R2#ping 10.10.1.3

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.10.1.3, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms

#########################################

SW1(config)#int ?f0/23?

SW1(config-if)#switchport trunk encapsulation dot1q

SW1(config-if)#switchport mode trunk

SW2(config)#int ?f0/23?

SW2(config-if)#switchport trunk?encapsulation dot1q

SW2(config-if)#switchport mode trunk

SW2(config)#int ?f0/4?

SW2(config-if)#switchport private-vlan host-association 100 101

SW2(config-if)#switchport mode private-vlan host

R1#ping 10.10.1.4

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.10.1.2, timeout is 2 seconds:

.....

Success rate is 0 percent (0/5)

R4#ping 10.10.1.4

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.10.1.3, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms

另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價比高”等特點(diǎn)與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。

當(dāng)前標(biāo)題:PVLAN實驗-創(chuàng)新互聯(lián)
網(wǎng)頁地址:http://aaarwkj.com/article12/jsddc.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供微信小程序、關(guān)鍵詞優(yōu)化、手機(jī)網(wǎng)站建設(shè)、外貿(mào)建站企業(yè)網(wǎng)站制作、搜索引擎優(yōu)化

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

營銷型網(wǎng)站建設(shè)
国产精品主播自拍视频| 粉嫩极品美女国产精品| 亚洲奇米精品一区二区 | 国产精品大全中文字幕| 国产亚洲精品福利视频| 成人三级中文字幕电影| 欧美大片在线观看高清| 国产l精品国产亚洲区久久| 亚洲乱码中文字幕人妻| 女优一区二区三区蜜桃| 国产三级无遮挡在线观看| 国产精品麻豆一区二区三区| 午夜性色在线视频福利| 丰满人妻一区二三区av| 日本免费在线不卡一区二区| 91内射视频在线播放| 国产精品久久久久精品爆| av资源在线观看少妇丰满| 精品国产视频一区二区三区| 国产精品一区二区欧美激情| 日韩性生活视频免费播放| 国产精品高清国产三级av| 亚洲午夜福利天堂社区| 日本和亚洲的香蕉视频| 欧美私人影院—区二区日本| 国产一级黄色录像大片| 九七青青草视频在线观看| 麻豆人妻少妇精品毛片| 午夜精品一区二区三区在线视频| 97精品国产高清在线| 欧美综合亚洲韩精品区| 亚洲国产高清第一第二区| 国产精品午夜视频免费观看| 国产一区二区精品日韩| 国产av一区二区三区最新精品| 成人av免费高清在线播放| a一级成人插少妇的逼| 精品人妻系列一区二区| 久久精品成人无码观看56| 亚洲国产精品午夜福利在线播放 | 日韩欧美一区二区三区在线|