Cisco3524交换机配置VLAN实例

参考:
  Cisco 3548(3524) 交换机:
  第一次连接交换机,配置终端参数为:
  波特率:9600;数据位:8;停止位:1;奇偶校验:无;流控制:无。
  通过串口线连上路由器后,按回车,即可看到配置向导:
  (如果不是第一次配置,可以进入超级用户模式后用命令setup调用以下过程)
  
  --- System Configuration Dial og ---
  
  At any point you may enter a question mark ? for help.任何时候可以打?取得帮助
  Use ctrl-c to abort configuration dialog at any prompt.按Ctrl-C可以取消并退出
  Default settings are in square brackets [].默认参数在[]中
  
  Continue with configuration dialog? [yes/no]: y继续交互配置吗?回答:y
  Enter IP address: 10.1.1.249ip地址
  Enter IP netmask: 255.255.255.0子网掩码
  Would you like to enter a default gateway address? [yes]: y设置默认网关?y
  IP address of default gateway: 10.1.1.254默认网关
  Enter host name [3548_9A]:
  
  The enable secret is a one-way cryptographic secret used
  instead of the enable password when it exists.
  
  Enter enable secret: _password输入超级用户密码
  
  Would you like to configure a Telnet password? [yes]: y
  Enter Telnet password: _password输入telnet密码
  Would you like to enable as a cluster command switch? [yes/no]: n集群模式?n
  
  The following configuration command script was created:已建立以下配置信息
  
  ip subnet-zero
  interface VLAN1
  ip address 10.1.1.249 255.255.255.0
  ip default-gateway 10.1.1.254
  enable secret 5 $1$biZ3$AOLb9cMTtBwMtGB9lyBzr.
  line vty 0 15
  password _domainwlzx
  snmp community private rw
  snmp community public ro
  !
  end
  
  Use this configuration? [yes/no]:使用该配置信息吗? y
  
  修改配置:
  
  禁止通过snmp管理:
  3548>enable
  password:
  3548#config term
  3548(config)#no snmp community private
  3548(config)#no snmp community public
  
  接着配置干道:(确定上级交换机对应端口已设为干道模式)
  3548(config)#inter g0/1 选择第一个千兆口
  3548(config if)# switchport mode trunk设为干道模式
  如果g0/2用于连接另一台3548,也设为干道
  3548(config)#inter g0/2
  3548(config if)# switchport mode trunk
  返回
  3548(config if)# exit
  3548(config)# exit
  3548#
  验证: ping 10.1.1.254
  
  配置Vlan数据:
  3548#vlan database
  3548(vlan)#reset清除以前的配置
  3548(vlan)#vtp client设为vtp客户模式
  3548(vlan)#vtp domain _domainvtp域是_domain
  3548(vlan)#vtp password ********设定vtp域密码
  3548(vlan)#exit
  3548#
  验证:show vtp status显示vlan 数据
  show vtp counters
  show vlan
  同步后看到的vlan数目和名称应与6506上的一致
  
  指定端口到Vlan、配置端口为portfast方式(快速建立连接):
  方法1:命令方式
  3548#config term
  3548(config)#inter f0/1配置1号快速以太网端口
  3548(config if)# switchport access vlan 2指定端口到Vlan 2
  3548(config if)# spanning-tree portfast配置端口为portfast方式
  3548(config)#inter f0/2配置1号快速以太网端口
  3548(config if)# switchport access vlan 2指定端口到Vlan 2
  3548(config if)# spanning-tree portfast配置端口为portfast方式
  ...对每个要设定的端口重复上述步骤。
  3548(config if)# exit
  3548(config)# exit
  3548#
  方法1:Web 方式
  (预先要安装插件:jre-1-2-2-005-win-i-09-mar-2000.exe)
  打开浏览器连接设备:在地址栏输入设备的管理页面url,如3548_9a(10.1.1.248)为:http://10.1.1.249/basiccfg.html
  选中菜单port -> port configure -> 设port fast 为Enable
  选中菜单vlan -> vlan membership -> 指定端口所属的Vlan号 可同时指定多个端口
  
  
  ! 注意: 如果把一个端口指定到不存在的VLAN上,3548交换机的VLAN同步会异常,此时应该为正确VLAN并重新“配置Vlan数据”

保存配置信息:
  方法1:命令方式
  3548# write ( 或 copy running-config startup-config )
  方法1:Web 方式
  选中设备(而不是单个端口),点击save configure按钮。
  
  
  3548_9A#show run
  Building configuration...
  
  Current configuration:
  !
  version 12.0#软件版本
  no service pad
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  !
  hostname 3548_9A#系统名称
  !
  enable secret 5 $1$4ZMs$rfC.g/nN.owt3eW2uoCL/0#加密后的enable密码
  !
  !
  !
  !
  !
  !
  ip subnet-zero
  !
  !
  !
  interface FastEthernet0/1#模块0的1号快速以太网接口
  switchport access vlan 5#指定端口0/1到vlan 5
  spanning-tree portfast#如果接的是工作站,指定端口为portfast方式(不运行生成树协议,加快建立连接速度)
  !
  interface FastEthernet0/2
  spanning-tree portfast#默认情况下端口属vlan 1
  !
  interface FastEthernet0/3
  spanning-tree portfast
  !
  interface FastEthernet0/4
  spanning-tree portfast
  !
  interface FastEthernet0/5
  spanning-tree portfast
  !
  interface FastEthernet0/6
  spanning-tree portfast
  !
  interface FastEthernet0/7
  spanning-tree portfast
  !
  interface FastEthernet0/8
  spanning-tree portfast
  !
  interface FastEthernet0/9
  spanning-tree portfast
  !
  interface FastEthernet0/10
  spanning-tree portfast
  !
  interface FastEthernet0/11
  spanning-tree portfast
  !
  interface FastEthernet0/12
  spanning-tree portfast

[1] [2] 下一页  

文章录入:csh    责任编辑:csh    !
  interface FastEthernet0/13
  spanning-tree portfast
  !
  interface FastEthernet0/14
  spanning-tree portfast
  !
  interface FastEthernet0/15
  spanning-tree portfast
  !
  interface FastEthernet0/16
  spanning-tree portfast
  !
  interface FastEthernet0/17
  spanning-tree portfast
  !
  interface FastEthernet0/18
  spanning-tree portfast
  !
  interface FastEthernet0/19
  spanning-tree portfast
  !
  interface FastEthernet0/20
  spanning-tree portfast
  !
  interface FastEthernet0/21
  spanning-tree portfast
  !
  interface FastEthernet0/22
  spanning-tree portfast
  !
  interface FastEthernet0/23
  spanning-tree portfast
  !
  interface FastEthernet0/24
  spanning-tree portfast
  !
  interface FastEthernet0/25
  spanning-tree portfast
  !
  interface FastEthernet0/26
  spanning-tree portfast
  !
  interface FastEthernet0/27
  spanning-tree portfast
  !
  interface FastEthernet0/28
  spanning-tree portfast
  !
  interface FastEthernet0/29
  spanning-tree portfast
  !
  interface FastEthernet0/30
  spanning-tree portfast
  !
  interface FastEthernet0/31
  spanning-tree portfast
  !
  interface FastEthernet0/32
  spanning-tree portfast
  !
  interface FastEthernet0/33
  spanning-tree portfast
  !
  interface FastEthernet0/34
  spanning-tree portfast
  !
  interface FastEthernet0/35
  spanning-tree portfast
  !
  interface FastEthernet0/36
  spanning-tree portfast
  !
  interface FastEthernet0/37
  spanning-tree portfast
  !
  interface FastEthernet0/38
  spanning-tree portfast
  !
  interface FastEthernet0/39
  spanning-tree portfast
  !
  interface FastEthernet0/40
  spanning-tree portfast
  !
  interface FastEthernet0/41
  spanning

上一页  [1] [2] 

文章录入:csh    责任编辑:csh

(0)

相关推荐

  • Cisco3524交换机配置VLAN实例

    参考: Cisco 3548(3524) 交换机: 第一次连接交换机,配置终端参数为: 波特率:9600:数据位:8:停止位:1:奇偶校验:无:流控制:无. 通过串口线连上路由器后,按回车,即可看到配置向导: (如果不是第一次配置,可以进入超级用户模式后用命令setup调用以下过程) --- System Configuration Dial og --- At any point you may enter a question mark ? for help.任何时候可以打?取得帮助 Use

  • python代码 FTP备份交换机配置脚本实例解析

    代码如下 #!/bin/python #coding=utf-8 #python-version=2.75 #使用python2 from ftplib import FTP #引用ftplib库中的FTP功能模块,进行ftp下载使用 import time #引用time模块 import os #引用os模块 """ 使用字典,定义交换机主机,一个字典包含多个键 ,一个键使用一个列表,包含多个主机地址按照实际情况定义 """ dic = {

  • 交换机里VLAN技术探讨以及如何配置

    谈到VLAN,或许许多人都觉得非常神秘,甚至包括一些网管人员.其实有关VLAN的技术标准IEEE 802.1Q早在1999年6月份就由IEEE委员正式颁布实施了,而且最早的VLNA技术早在1996年Cisco(思科)公司就提出了. 随着几年来的发展,VLAN技术得到广泛的支持,在大大小小的企业网络中广泛应用,成为当前最为热门的一种以太局域网技术.本篇就要为大家介绍交换机的一个最常见技术应用--VLAN技术,并针对中.小局域网VLAN的网络配置以实例的方式向大家简单介绍其配置方法. 一.VLAN基

  • 如何在交换机上配置VLAN

    我们知道,传统的局域网Ethernet 使用具有冲突检测的载波监听多路访问( CSMA / CD )方法.在CSMA / CD 网络中,节点可以在它们有数据需要发送的任何时候使用网络.在节点传输数据之前,它进行"监听"以了解网络是否很繁忙.如果不是,则节点开始传送数据.如果网络正在使用,则节点等待.如果两个节点进行监听,没有听到任何东西,而开始同时使用线路,则会出现冲突.在发送数据时,它如果使用广播地址,那么在此网段上的所有PC都将收到数据包,这样一来如果该网段PC众多,很容易引起广播

  • 交换技术攻略网络交换机配置技巧中

    3.交换机的基本配置 进入配置界面后,如果是第一次配置,则首先要进行的就是IP地址配置,这主要是为后面进行远程配置而准备. IP地址配置方法如下: 在前面所出现的配置界面"Enter Selection:"后中输入"I"字母,然后单击回车键,则出现如下配置信息: The IP Configuration Menu appears. Catalyst 1900 - IP Configuration Ethernet Address:00-E0-1E-7E-B4-40

  • 典型的以太网络建立多个VLAN实例

    所谓典型局域网就是指由一台具备三层交换功能的核心交换机接几台分支交换机(不一定具备三层交换能力).我们假设核心交换机名称为:com:分支交换机分别为:par1.par2.par3,分别通过port 1的光线模块与核心交换机相连:并且假设vlan名称分别为counter.market.managing-- 需要做的工作: 1.设置vtp domain(核心.分支交换机上都设置) 2.配置中继(核心.分支交换机上都设置) 3.创建vlan(在server上设置) 4.将交换机端口划入vlan 5.配

  • 65xx系列交换机配置Native IOS

    65xx系列交换机配置(Native IOS) 1. 6509介绍  Cisco Catalyst 6500系列交换机提供3插槽.6插槽.9插槽和13插槽的机箱,以及多种集成式服务模块,包括数千兆位网络安全性.内容交换.语音和网络分析模块. Catalyst 6500系列中的所有型号都使用了统一的模块和操作系统软件,形成了能够适应未来发展的体系结构,由于能提供操作一致性,因而能提高IT基础设施的利用率,并增加投资回报.从48端口到576端口的10/100/1000以太网布线室到能够支持192个1

  • 基于注解的Dubbo服务配置方法(实例讲解)

    基于注解的Dubbo服务配置可以大大减少dubbo xml配置文件中的Service配置量,主要步骤如下: 一.服务提供方 1. Dubbo配置文件中增加Dubbo注解扫描 <!-- 开启dubbo注解支持 --> <!-- 扫描注解包路径,多个包用逗号分隔,不填pacakge表示扫描当前ApplicationContext中所有的类 --> <dubbo:annotation package="com.bounter" /> 2.Service实现

  • Java之Spring注解配置bean实例代码解析

    前面几篇均是使用xml配置bean,如果有上百个bean,这是不可想象的.故而,请使用注解配置bean !!! [1]注解类别 @Component : 基本注解, 标识了一个受 Spring(点击这里可以下载<Spring应用开发完全手册>) 管理的组件 @Repository : 标识持久层组件 @Service : 标识服务层(业务层)组件 @Controller : 标识表现层组件 Spring 能够从 classpath 下自动扫描, 侦测和实例化具有特定注解的组件. 对于扫描到的组

  • 读取xml文件中的配置参数实例

    paras.xml文件 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework

随机推荐