版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、cisco三层交换机配置命令比较全面的三层交换机配置实例Enable /进入私有模式Con figure termi nal /进入全局模式service password-e ncrypti on /对密码进行加密host name Catalyst 3550-12T1 /给三层交换机定义名称en able password 123456. en able密码En able secret 654321 en able这样)的加密密码(应该是乱码而不是 654321Ip sub net-zero /允许使用全0子网(默认都是打开的)Ip n ame-server 172.16.8.1 172.
2、16.8.2 /3550-12T1 对应的 IP 地址是 172.16.8.1三层交换机名字CatalystService dhcp / 提供 DHCRK务ip routing /启用三层交换机上的 路由模块ExitVtp mode server /定义VTP工作模式为sever模式Vtp domain centervtp / 定义 VTP域的名称为 centervtpVlan 2 name vlan2 /定义vian并给vian取名(如果不取名的话,vian2的名字应该是vlan002)Vla n 3 n ame vla n3Vla n 4 n ame vla n4Vla n 5 n ame
3、 vla n5Vla n 6 n ame vla n6Vla n 7 n ame vla n7Vlan 8 name vlan8Vlan 9 name vlan9Exitinterface Port-channel 1 / 进入虚拟的以太通道组 1switchport trunk encapsulation dot1q /给这个接口的 trunk 封装为802.1Q 的帧格式switchport mode trunk / 定义这个接口的工作模式为 trunkswitchport trunk allowed vlan all /在这个 trunk 上允许所有的 vlan通过Interface g
4、igabitethernet 0/1 /进入模块 0 上的吉比特以太口 1switchport trunk encapsulation dotlq /给这个接口的 trunk 封装为802.1Q 的帧格式switchport mode trunk / 定义这个接口的工作模式为 trunkswitchport trunk allowed vlan all /在这个 trunk 上允许所有的 vlan通过channel-group 1 mode on / 把这个接口放到快速以太通道组 1 中Interface gigabitethernet 0/2 /同上switchport trunk enca
5、psulation dotlqswitchport mode trunkswitchport trunk allowed vlan allchannel-group 1 mode onport-channel load-balance src-dst-ip /定义快速以太通道组的负载均衡方式(依 * 源和目的 IP 的方式)interface gigabitethernet 0/3 /进入模块 0 上的吉比特以太口 3switchport trunk encapsulation dotlq /给 trunk 封装为 802.1Qswitchport mode trunk /定义这个接口的工作模
6、式为 trunkswitchport access vlan 8 /把这些接口都分配到 vlan8 中switchport access vlan 8 /把这些接口都分配到 vlan8 中允许所有 vlan 信息通过switchport trunk allowed vlan all /interface gigabitethernet 0/4 / 同上switchport trunk encapsulation dotlqswitchport mode trunkswitchport trunk allowed vlan allinterface gigbitethernet 0/5 / 同上
7、switchport trunk encapsulation dotlqswitchport mode trunkswitchport trunk allowed vlan allinterface gigbitethernet 0/6 / 同上switchport trunk encapsulation dotlqswitchport mode trunkswitchprot trunk allowed vlan allinterface gigbitethernet 0/7 / 进入模块 0 上的吉比特以太口 7Switchport mode access / 定义这个接口的工作模式为访问
8、模式switchport access vlan 9 / 定义这个接口可以访问哪个 vlan (实际就是 分配这个接口到 vlan )no shutdownspanning-tree vlan 6-9 cost 1000 / 在生成树中, vlan6-9 的开销定义 为 10000nextin terface range gigabitethernet 0/8- 10 / 进入模块 0 上的吉比特以太口 8,9,10switchport mode access / 定义这些接口的工作模式为访问模式no shutdownspanning-tree portfast / 在这些接口上使用 port
9、fast (使用 portfast 以后,在生成树的时候不参加运算,直接成为转发状态)interface gigabitethernet 0/11 / 进入模块 0 上的吉比特以太口 11 switchport trunk encapsulation dotlq / 给这个接口封装为 802.1Q switchport mode trunk / 定义这个接口的工作模式为 trunk switchport trunk allowed vlan all / 允许所有 vlan 信息通过 interface gigabitethernet 0/12 / 同上 switchport trunk enc
10、apsulation dotlq switchport mode trunk switchport trunk allowed vlan allinterface vlan 1 / 进入 vlan1 的逻辑接口(不是物理接口,用来给 vlan 做路由用)ip address 172.16.1.7 255.255.255.0 / 配置 IP 地址和子网掩码no shutdownstandby 1 ip 172.16.1.9 /开启了冗余热备份(HSRP,冗余热备份组1, 虚拟路由器的 IP 地址为 172.16.1.9standby 1 priority 110 preempt / 定义这个三层
11、交换机在冗余热备份组1 中的优先级为 110, preempt 是用来开启抢占模式interface vlan 2 / 同上ip address 172.16.2.252 255.255.255.0no shutdownstandby 2 ip 172.16.2.254standby 2 priority 110 preemptip access-group 101 in / 在入方向上使用扩展的访问控制列表 101switchport access vlan 8 /把这些接口都分配到 vlan8 中interface vlan 3 /同上ip address 172.16.3.252 255
12、.255.255.0 no shutdownstandby 3 ip 172.16.3.254standby 3 priority 110 preemptip access-group 101 in interface vlan 4 /同上ip address 172.16.4.252 255.255.255.0 no shutdownstandby 4 ip 172.16.4.254standby 4 priority 110 preemptip access-group 101 ininterface vlan 5ip address 172.16.5.252 255.255.255.0
13、no shutdownstandby 5 ip 172.16.5.254standby 5 priority 110 preemptip access-group 101 ininterface vlan 6ip address 172.16.6.252 255.255.255.0 no shutdownstandby 6 ip 172.16.6.254standby 6 priority 100 preempt interface vlan 7ip address 172.16.7.252 255.255.255.0no shutdownstandby 7 ip 172.16.7.254st
14、andby 7 priority 100 preemptinterface vlan 8ip address 172.16.8.252 255.255.255.0 no shutdownstandby 8 ip 172.16.8.254standby 8 priority 100 preemptinterface vlan 9ip address 172.16.9.252 255.255.255.0 no shutdownstandby 9 ip 172.16.9.254standby 9 priority 100 preempt扩展的访问控制 address 的作access-list 10
15、1 deny ip any 172.16.7.0 0.0.0.255 / 列表 101access-list 101 permit ip any anyInterface vlan 1 /进入 vlan1 这个逻辑接口Ip helper-address 172.16.8.1 / 可以转发广播( helper 用就是把广播转化为单播,然后发向 172.16.8.1 )Interface vlan 2Ip helper-address 172.16.8.1Interface vlan 3ip helper-address 172.16.8.1in terface via n 4ip helper-address 172.16.8.1in terface vla n 5ip helper-address 172.16.8.1in terface vla n 6ip helper-address 172.16.8.1in terface vla n 7ip helper-address 172.16.8.1in terface vla n 9ip helper-address 172.16.8.1router rip / 启用路由 协议RIPversion 2 / 使用的是RIPv2,如果没有这句,则是使用RIPv1n etwo
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 文化印刷品买卖协议3篇
- 安全驾驭承诺3篇
- 方式械设备买卖合同协议书3篇
- 文了解居间合同般收费标准3篇
- 摇号定标招标文件范本编写规范3篇
- 市场调研咨询服务合同协议书3篇
- 安全饮用水订购条款3篇
- 招标文件附件格式引导3篇
- 体育场馆租赁解除合同及赔偿
- 员工满意度调查协议
- 2024-2030年中国混凝土管桩行业发展分析及发展前景与趋势预测研究报告
- 全区国有企业资产全面清查工作方案
- 职业技能大赛-密码技术竞赛理论知识题库(附参考答案)
- 明源地产ERP管理系统
- 狼王梦-完整课件
- DB3305-T 46-2018美丽公路建设规范
- 新疆喀什地区2024届九年级下学期中考三模数学试卷(含解析)
- 高脂血症性胰腺炎的治疗与护理
- 个人推广费合同范本
- AQ/T 2061-2018 金属非金属地下矿山防治水安全技术规范(正式版)
- 个人厂房租赁合同范本简单
评论
0/150
提交评论