关键词不能为空

当前您在: 主页 > 英语 >

三层交换机实现VLAN通信 路由器实现动态地址转换(napt)

作者:高考题库网
来源:https://www.bjmy2z.cn/gaokao
2021-02-13 04:32
tags:

-

2021年2月13日发(作者:sylph)


三层交换机


VLAN


间通信,路由器动态地址转 换(


napt


)实现上网




建立如上图所示的实验拓扑图。配置过程分为三个阶段:



1)



配置二层交换机



生成


VLAN



10



VLAN



20



< /p>


将网口划归给相应的


VLAN




交换机间连接的网口定义为


trunk


干道模式;



2)



配置三层交换机



生成


VLAN



10



VLAN



20





VLAN



10



VLAN



20



配 置


IP


地址,


作为二层交换机


VLAN



10



VLAN



20


的网


关;



配置路由信息



3)



配置路由器



配置动态地址转换(


NAPT



;


配置路由信息



实验规划:



二层交换机



左交换机生成


VLAN



10



VLAN



20



将< /p>


fa0/1-fa0/10


划归给


VLA N



10




fa0/11-fa0/20


划归给


VLAN



20



gig0/1



gig0/2


trunk


干道模式。



右交换机生成


VLAN



10



VLAN



20



将< /p>


fa0/1-fa0/10


划归给


VLA N



10




fa0/11-fa0/20


划归给


VLAN



20


< br>gig0/2



trunk


干道 模式。



VLAN



10


IP







19 2.168.10.1-192.168.10.255



VL AN



20


IP

< br>地






192.168.20.1-192.168.20.255




三层交换机



交换机生成


VLAN



10



VLAN



20



VLAN



10 IP


地址为


192.168.10.1



255.255.255.0


VLAN



20IP


地址为


192.168.20.1



255.255.255.0



gig0/1



trunk


干道模式。


gig0/2


转换


为路由口,


IP< /p>


地址为


192.168.1.1



255.255.255.0




路由器



Gig1/0


为内网口,


IP


地址为


192 .168.1.2



255.255.255.0




gig2/0

为外网口


IP


地址为


200.16 .3.1


(此网址为公网网址,一般由


ISP

< br>即电信运营商提供)




255.255.255.0


外网用服务器模拟。

< p>
IP


地址为


200.16.3.100



255.255.255.0


实验配置实现代码如下:



左二层交换机:



Switch>enable


Switch#config terminal


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


Switch(config)# vlan 10


Switch(config-vlan)#exit


Switch(config)#vlan 20


Switch(config-vlan)#exit


Switch(config)#interface range fa0/1-10 **


打开连续的一组网口



Switch(config-if-range)#no shutdown **


开启



Switch(config-if-range)#switchport access vlan 10 **


将它们划归给


VLAN 10


Switch(config-if-range)#exit


Switch(config)#interface range fa0/11-20


Switch(config-if-range)#no shutdown


Switch(config-if- range)#switchport access vlan 20


Switch(config-if-range)#exit


Switch(config)#interface range gig0/1-2


Switch(config-if-range)#no shutdown


Switch(config-if-range)#switchport mode trunk **


将该网口配置成


trunk


干道模式




Switch(config-if-range)#


%LINEPROTO-5-UPDOWN:


Line


protocol


on


Interface


GigabitEthernet0/1,


changed state to down


**


配置后,交换机显示的状态信息,下同。



%LINEPROTO-5-UPDOWN:


Line


protocol


on


Interface


GigabitEthernet0/1,


changed state to up



%LINEPROTO-5-UPDOWN:


Line


protocol


on


Interface


GigabitEthernet0/2,


changed state to down



%LINEPROTO-5-UPDOWN:


Line


protocol


on


Interface


GigabitEthernet0/2,


changed state to up



Switch(config- if-range)#exit **


退出本层配置



Switch(config)#^Z **


此为按


Ctrl+Z


显示的结果,


即退出到全局配置模 式



Switch#


%SYS-5-CONFIG_I: Configured from console by console



Switch#write **


保存配置信息



Building configuration...


[OK]


Switch#


到此该交换机配置完毕!



右二层交换机:




Switch>enable


Switch#config terminal


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


Switch(config)# vlan 10


Switch(config-vlan)#exit


Switch(config)#vlan 20


Switch(config-vlan)#exit


Switch(config)#interface range fa0/1-10


Switch(config-if-range)#no shutdown


Switch(config-if-range)#switchport access vlan 10


Switch(config-if- range)#exit


Switch(config)#interface range fa0/11-20


Switch(config-if- range)#no shutdown


Switch(config-if- range)#switchport access vlan 20


Switch(config-if-range)#exit


Switch(config)#interface gig0/2


Switch(config-if)#no shutdown


Switch(config-if)#switchport mode trunk




Switch(config- if)#


%LINEPROTO-5-UPDOWN:


Line


protocol


on


Interface


GigabitEthernet0/2,


changed state to down



%LINEPROTO-5-UPDOWN:


Line


protocol


on


Interface


GigabitEthernet0/2,


changed state to up



Switch(config- if-range)#exit


Switch(config)#^Z


Switch#


%SYS-5-CONFIG_I: Configured from console by console



Switch#write


Building configuration...


[OK]


Switch#



三层交换机:



Switch>enable


Switch#config terminal


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


Switch(config)# vlan 10


Switch(config-vlan)#exit


Switch(config)#vlan 20


Switch(config-vlan)#exit


Switch(config)#interface vlan 10 **


打开接口


VLAN 10


Switch(config-if)#


%LINK-5-CHANGED: Interface Vlan10, changed state to up



%LINEPROTO-5-UPDOWN:


Line


protocol


on


Interface


Vlan10,


changed


state


to up



Switch(config-if)#ip address 192.168.10.1 255.255.255.0


Switch(config-if)#no shutdown


Switch(config-if)#exit


Switch(config)#interface vlan20


Switch(config-if)#


%LINK-5-CHANGED: Interface Vlan20, changed state to up



%LINEPROTO-5-UPDOWN:


Line


protocol


on


Interface


Vlan20,


changed


state


to up



Switch(config-if)#ip address 192.168.20.1 255.255.255.0


Switch(config-if)#no shutdown


Switch(config-if)#exit


Switch(config)#interface gig0/1


Switch(config-if)#switchport trunk encapsulation dot1q


Switch(config- if)#switchport mode trunk


Switch(config-if)#no shutdown


Switch(config-if)#exit


Switch(config)#interface gig0/2


Switch(config-if)#no switch **

< br>将三层交换机的数据交换口转换为路由


口,以配置


IP< /p>


地址之用。



Switch(config-if)#


%LINEPROTO-5-UPDOWN:


Line


protocol


on


Interface


GigabitEthernet0/2,


changed state to down



%LINEPROTO-5-UPDOWN:


Line


protocol


on


Interface


GigabitEthernet0/2,


changed state to up



Switch(config- if)#ip address 192.168.1.1 255.255.255.0


Switch(config-if)#no shutdown


Switch(config-if)#exit


Switch(config)#ip routing **


开启三层交换机路由功能,此命令非常重


要,无此命令,


VL AN


间的数据不能转发,即就是不能通信


-


-


-


-


-


-


-


-



本文更新与2021-02-13 04:32,由作者提供,不代表本网站立场,转载请注明出处:https://www.bjmy2z.cn/gaokao/648098.html

三层交换机实现VLAN通信 路由器实现动态地址转换(napt)的相关文章

  • 余华爱情经典语录,余华爱情句子

    余华的经典语录——余华《第七天》40、我不怕死,一点都不怕,只怕再也不能看见你——余华《第七天》4可是我再也没遇到一个像福贵这样令我难忘的人了,对自己的经历如此清楚,

    语文
  • 心情低落的图片压抑,心情低落的图片发朋友圈

    心情压抑的图片(心太累没人理解的说说带图片)1、有时候很想找个人倾诉一下,却又不知从何说起,最终是什么也不说,只想快点睡过去,告诉自己,明天就好了。有时候,突然会觉得

    语文
  • 经典古训100句图片大全,古训名言警句

    古代经典励志名言100句译:好的药物味苦但对治病有利;忠言劝诫的话听起来不顺耳却对人的行为有利。3良言一句三冬暖,恶语伤人六月寒。喷泉的高度不会超过它的源头;一个人的事

    语文
  • 关于青春奋斗的名人名言鲁迅,关于青年奋斗的名言鲁迅

    鲁迅名言名句大全励志1、世上本没有路,走的人多了自然便成了路。下面是我整理的鲁迅先生的名言名句大全,希望对你有所帮助!当生存时,还是将遭践踏,将遭删刈,直至于死亡而

    语文
  • 三国群英单机版手游礼包码,三国群英手机单机版攻略

    三国群英传7五神兽洞有什么用那是多一个武将技能。青龙飞升召唤出东方的守护兽,神兽之一的青龙。玄武怒流召唤出北方的守护兽,神兽之一的玄武。白虎傲啸召唤出西方的守护兽,

    语文
  • 不收费的情感挽回专家电话,情感挽回免费咨询

    免费的情感挽回机构(揭秘情感挽回机构骗局)1、牛牛(化名)向上海市公安局金山分局报案,称自己为了挽回与女友的感情,被一家名为“实花教育咨询”的情感咨询机构诈骗4万余元。

    语文
三层交换机实现VLAN通信 路由器实现动态地址转换(napt)随机文章