关键词不能为空

当前您在: 主页 > 英语 >

公司局域网网络设备配置

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

-

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


网络地址分配



部门



销售部



财务部



经理办公室



人事部



网管中心



端口号分配



设备名



Router0


端口



Gig4/0


Gig0/0


Gig0/1


F0/1


Multilayer switch0


F0/2


F0/3


F0/4


F0/6


Switch 2


Switch 3


Gig1/1


Gig2/1


Gig1/1


Gig2/1


Ip


地址



202.168.100.3


192.168.1.1


192.168.1.2


192.168.60.254


Vlan 50


192.168.70.254




Vlan 10


Vlan 20


Vlan 30


Vlan 40


Valn




10


20


30


40


50


Ip

地址


/


子网掩码



192.168.10.0/24


192.168.20.0/24


192.168.30.0/24


192.168.40.0/24


192.168.50.0/24


默认网关



192.168.10.254


192.168.20.254


192.168.30.254


192.168.40.254


192.168.50.254


Switch 0


Switch>enable


Switch#config t


Enter configuration commands, one per line.



End with CNTL/Z.


Switch(config)#enable password 123


Switch(config)#line con 0


Switch(config-line)#password 123


Switch(config-line)#login


Switch(config-line)#line vty 0 4


Switch(config-line)#password 123


Switch(config-line)#login


Switch(config-line)#exit


Switch(config)#int f0/4-5
























^


% Invalid input detected at '^' marker.




Switch(config)#int range f0/4-5


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


Command rejected: An interface whose trunk encapsulation is


Command rejected: An interface whose trunk encapsulation is


Switch(config- if-range)#exit


Switch(config)#vlan 20


Switch(config-vlan)#name XSB


Switch(config-vlan)#exit


Switch(config)#vlan 30


Switch(config-vlan)#name CWB


Switch(config-vlan)#exit


Switch(config)#no vlan 20


Switch(config)#no vlan 30


Switch(config)#vlan 20


Switch(config-vlan)#exit


Switch(config)#no vlan 20


Switch(config)#vlan 10


Switch(config-vlan)#name XSB


Switch(config-vlan)#exit


Switch(config)#vlan 20


Switch(config-vlan)#name CWB


Switch(config-vlan)#exit


Switch(config)#vlan 30


Switch(config-vlan)#name manage


Switch(config-vlan)#exit


Switch(config)#vlan 40


Switch(config-vlan)#name RSB


Switch(config-vlan)#exit


Switch(config)#vlan 50


Switch(config-vlan)#name Admin


Switch(config-vlan)#exit


Switch(config)#int vlan 10



%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.254 255.255.255.0


Switch(config-if)#no shutdown


Switch(config-if)#exit


Switch(config)#int vlan 20



%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 add 192.168.20.254 255.255.255.0


Switch(config-if)#no shutdown


Switch(config-if)#exit


Switch(config)#int vlan 30



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



%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan30, changed state to up


Switch(config-if)#ip add 192.168.30.254 255.255.255.0


Switch(config-if)#no shutdown


Switch(config-if)#exit


Switch(config)#int vlan 40



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


Switch(config-if)#


%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan40, changed state to up



Switch(config-if)#ip add 192.168.40.254 255.255.255.0


Switch(config-if)#no shutdown


Switch(config-if)#exit


Switch(config)#int vlan 50



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



%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan50, changed state to up


Switch(config-if)#ip add 192.168.50.254 255.255.255.0


Switch(config-if)#no shutdown


Switch(config-if)#exit


Switch(config)#


Switch(config)#router ospf 10


Switch(config-router)#network 192.168.10.0 0.0.0.255 area 0


Switch(config-router)#network 192.168.20.0 0.0.0.255 area 0


Switch(config-router)#network 192.168.30.0 0.0.0.255 area 0


Switch(config-router)#network 192.168.40.0 0.0.0.255 area 0


Switch(config-router)#network 192.168.50.0 0.0.0.255 area 0


Switch(config-router)#network 192.168.3.0 0.0.0.255 area 0


Switch(config-router)#network 192.168.60.0 0.0.0.255 area 0


Switch(config-router)#network 192.168.70.0 0.0.0.255 area 0


Switch(config-router)#exit


Switch(config)#int f0/2


Switch(config-if)#switchport



access vlan 50


Switch(config-if)#exit


Switch(config)#int f0/1


Switch(config-if)#no switchport



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



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


Switch(config-if)#ip add 192.168.60.254 255.255.255.0


Switch(config-if)#no shutdown


Switch(config-if)#exit


Switch(config)#int f0/3


Switch(config-if)#no switchport



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



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


Switch(config-if)#ip add 192.168.70.254 255.255.255.0


Switch(config-if)#no shutdown


Switch(config-if)#


Switch(config)#int Gig0/1


Switch(config-if)#no switchport


Switch(config-if)#ip add 192.168.1.2 255.255.255.0


Switch(config-if)#no shutdown


Switch(config-if)#exit


Switch(config)#ip dhcp pool vlan10


Switch(dhcp-config)#network 192.168.10.0 255.255.255.0


Switch(dhcp- config)#default-router 192.168.10.254


Switch(dhcp-config)#dns-server 202.168.100.5


Switch(dhcp-config)#exit


Switch(config)#ip dhcp pool vlan20


Switch(dhcp-config)#network 192.168.20.0 255.255.255.0


Switch(dhcp- config)#default-router 192.168.20.254


Switch(dhcp-config)#dns-server 202.168.100.5


Switch(dhcp-config)#exit


Switch(config)#ip dhcp pool vlan30


Switch(dhcp-config)#network 192.168.30.0 255.255.255.0


Switch(dhcp- config)#default-router 192.168.30.254


Switch(dhcp-config)#dns-server 202.168.100.5


Switch(dhcp-config)#exit


Switch(config)#ip dhcp pool vlan40


Switch(dhcp-config)#network 192.168.40.0 255.255.255.0


Switch(dhcp- config)#default-router 192.168.40.254


Switch(dhcp-config)#dns-server 202.168.100.5


Switch(dhcp-config)#exit


Switch(config)#ip dhcp exculded-address 192.168.10.252




























^


% Invalid input detected at '^' marker.




Switch(config)#ip dhcp excluded-address 192.168.10.252


Switch(config)#ip dhcp excluded-address 192.168.10.253


Switch(config)#ip dhcp excluded-address 192.168.10.254

-


-


-


-


-


-


-


-



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

公司局域网网络设备配置的相关文章

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

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

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

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

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

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

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

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

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

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

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

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

    语文