• 接入交换机办公网常用配置


    1.配置VTP

      vtp domain xxx

      vtp mode server

      vtp password xxx

    2.配置远程登录

    3.配置与汇聚或核心互联  

    interface GigabitEthernet1/0/47
     switchport trunk allowed vlan 1-63,71-4094
     switchport mode trunk
     channel-protocol lacp
     channel-group 10 mode active
     ip dhcp snooping trust
    !
    interface GigabitEthernet1/0/48
     switchport trunk allowed vlan 1-63,71-4094
     switchport mode trunk
     channel-protocol lacp
     channel-group 10 mode active
     ip dhcp snooping trust
    !
    interface Port-channel10
     description 29.254
     switchport trunk allowed vlan 1-63,71-4094
     switchport mode trunk
     ip dhcp snooping trust
    !

    4.配置下联接入  

    interface GigabitEthernet1/0/1
     switchport access vlan 2
     switchport mode access
     switchport voice vlan 12
     spanning-tree portfast
     spanning-tree bpduguard enable
    !
  • 相关阅读:
    Python从文件中读取数据
    Python中类的继承
    Python中的类(2)
    Python中的类
    自动登陆抽屉(1)
    爬取汽车之家新闻
    Django简介
    web应用,http协议简介,web框架
    CentOS7安装python3.6
    MySQL之索引
  • 原文地址:https://www.cnblogs.com/xinghen1216/p/14069728.html
Copyright © 2020-2023  润新知