16
第六章 附属文档
6.1网络规划分工情况(自己所做的在下面填上)
王守国:网络拓扑图、文档第二章、交换机VLAN通信配置、IP规划 季浩:网络拓扑图、IP规划、文档第一章、第三章 刘晨:网络拓扑图、NAT、IP规划
王人仙:网络拓扑图、IP规划、文档第五章、第六章、排版 韦娜:网络拓扑图、IP规划、文档第四章、第五章
6.2相关主要配置文档
6.2.1接入交换机Switch1主要配置 Switch> Switch>en Switch#vlan data Switch(vlan)#vlan 30 VLAN 30 added: Name: VLAN0030 Switch(vlan)#vlan 40 VLAN 40 added: Name: VLAN0040 Switch(vlan)#vtp server Device mode already VTP SERVER. Switch(vlan)#exit APPLY completed. Exiting....
17
//划分VLAN接口 Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#int rang f0/1-10 Switch(config-if-range)#switch mode acc Switch(config-if-range)#switch acc vlan 30 Switch(config-if-range)#no shut Switch(config-if-range)#exit Switch(config)#int rang f0/11-20 Switch(config-if-range)#switch mode acc Switch(config-if-range)#switch acc vlan 40 Switch(config-if-range)#no shut Switch(config-if-range)#exit
//配置中继接口
Switch(config)#int f0/24
Switch(config-if)#switch mode trunk
Switch(config-if)#switch trunk ?
allowed Set allowed VLAN characteristics when interface is in trunking mode native Set trunking native characteristics when interface is in trunking mode
Switch(config-if)#no shut Switch(config-if)#exit Switch(config)#exit Switch#
6.2.2核心交换机SwitchA主要配置 Switch(vlan)#vlan 10 VLAN 10 added: Name: VLAN0010 Switch(vlan)#vlan 20 VLAN 20 added:
18
Name: VLAN0020 Switch(vlan)#vtp server Device mode already VTP SERVER. Switch(vlan)#exit APPLY completed. Exiting.... Switch#
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
//配置中继接口
Switch(config)#int f0/24
Switch(config-if)#switch trunk en
Switch(config-if)#switch trunk encapsulation dot1q Switch(config-if)#switch mode trunk Switch(config-if)#no shut Switch(config-if)#exit
//划分虚拟子接口SVI
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 addr 192.168.1.2 255.255.255.0 Switch(config-if)#no shut Switch(config-if)#exit
//划分虚拟子接口SVI
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 addr 192.168.2.2 255.255.255.0 Switch(config-if)#no shut Switch(config-if)#exit
Switch(config)#ip routing //必须配置 Switch(config)#
19
Switch>en Switch#vlan data
% Warning: It is recommended to configure VLAN from config mode, as VLAN database mode is being deprecated. Please consult user documentation for configuring VTP/VLAN in config mode.
Switch(vlan)#vlan 30 VLAN 30 added: Name: VLAN0030 Switch(vlan)#vlan 40 VLAN 40 added: Name: VLAN0040 Switch(vlan)#exit APPLY completed. Exiting.... Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z. 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 addr 192.168.3.2 255.255.255.0 Switch(config-if)#no shut Switch(config-if)#exit Switch(config)#int vlan 40 Switch(config-if)#
%LINK-5-CHANGED: Interface Vlan40, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan40, changed state to up
Switch(config-if)#ip addr 192.168.4.2 255.255.255.0 Switch(config-if)#no shut
20
百度搜索“77cn”或“免费范文网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,免费范文网,提供经典小说教育文库企业网设计规划01(4)在线全文阅读。
相关推荐: