关键词不能为空

当前您在: 主页 > 英语 >

公司局域网网络设备配置

作者:高考题库网
来源: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

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

  • 爱心与尊严的高中作文题库

    1.关于爱心和尊严的作文八百字 我们不必怀疑富翁的捐助,毕竟普施爱心,善莫大焉,它是一 种美;我们也不必指责苛求受捐者的冷漠的拒绝,因为人总是有尊 严的,这也是一种美。

    小学作文
  • 爱心与尊严高中作文题库

    1.关于爱心和尊严的作文八百字 我们不必怀疑富翁的捐助,毕竟普施爱心,善莫大焉,它是一 种美;我们也不必指责苛求受捐者的冷漠的拒绝,因为人总是有尊 严的,这也是一种美。

    小学作文
  • 爱心与尊重的作文题库

    1.作文关爱与尊重议论文 如果说没有爱就没有教育的话,那么离开了尊重同样也谈不上教育。 因为每一位孩子都渴望得到他人的尊重,尤其是教师的尊重。可是在现实生活中,不时会有

    小学作文
  • 爱心责任100字作文题库

    1.有关爱心,坚持,责任的作文题库各三个 一则150字左右 (要事例) “胜不骄,败不馁”这句话我常听外婆说起。 这句名言的意思是说胜利了抄不骄傲,失败了不气馁。我真正体会到它

    小学作文
  • 爱心责任心的作文题库

    1.有关爱心,坚持,责任的作文题库各三个 一则150字左右 (要事例) “胜不骄,败不馁”这句话我常听外婆说起。 这句名言的意思是说胜利了抄不骄傲,失败了不气馁。我真正体会到它

    小学作文
  • 爱心责任作文题库

    1.有关爱心,坚持,责任的作文题库各三个 一则150字左右 (要事例) “胜不骄,败不馁”这句话我常听外婆说起。 这句名言的意思是说胜利了抄不骄傲,失败了不气馁。我真正体会到它

    小学作文