吸毒的虫子 发表于 2018-7-27 08:36:22

华为3100接入层交换机标准配置

  1、 配置Telnet的登录密码及密码Level
  su
  User privilege level is 3, and only those commands can be used
  whose level is equal or less than this.
  Privilege note: 0-VISIT, 1-MONITOR, 2-SYSTEM, 3-MANAGE
  <Quidway>sys
  System View: return to User View with Ctrl+Z.
  user-interface vty 0 4
  set authentication password cipher XXXXX
  user privilege level 0
  2、 设置SU密码
  quit
  su password
  3、 配置管理IP地址以及网关
  interface Vlan-interface 1
  ip address .4 255.255.255.240
  quit
  ip route-static .0 0.0.0.0 10.0.13.1 preference 60
  4、 配置一个Trunk口用户通信
  int g
  port link-type trunk
  port trunk permit vlan all
  Please wait........................................... Done.
  quit
  5、 建立一个Vlan,将其余端口用静态的方式分配给该Vlan
  vlan 78
  port Ethernet 1/0/1 to Ethernet 1/0/24
  quit
  6、 保存配置
  sa
  The configuration will be written to the device.
  Are you sure?y
  Please input the file name(*.cfg)(To leave the existing filename
  unchanged press the enter key):
  Now saving current configuration to the device.
  Saving configuration. Please wait...
  .......
  Unit1 save configuration flash:/vrpcfg.cfg successfully
页: [1]
查看完整版本: 华为3100接入层交换机标准配置