<code id="0dkpi"><optgroup id="0dkpi"></optgroup></code>
<b id="0dkpi"><menuitem id="0dkpi"></menuitem></b>
  • <b id="0dkpi"><menuitem id="0dkpi"></menuitem></b>
  • <th id="0dkpi"></th>
    <del id="0dkpi"></del>
    <th id="0dkpi"></th>

    1. | EN021-62279227發(fā)送郵件
      在線QQ咨詢
      • 上海普用--周班長
      • 上海普用--老王
      • 上海普用--阿胖

      021-62279227

      在線留言

      技術(shù)資料|Technical trainings

      首頁 > 新聞中心 > 技術(shù)資料

      配置AC 2.4G和5G射頻+VRRP+MSTP

      Admin2017-03-16 17:25:34

      配置AC 2.4G和5G射頻+VRRP+MSTP


      20161025141423713001.png

      AC1:

      #

      vlan batch 100 to 101

      #

      stp enable

      #

      stp region-configuration

       region-name sjg

       instance 1 vlan 101

       instance 2 vlan 100

       active region-configuration

      #

      interface Vlanif100

       ip address 100.100.100.3 255.255.255.0

      #

      interface GigabitEthernet0/0/1

       port link-type trunk

       port trunk allow-pass vlan 100

      #

      interface Wlan-Ess1

       port hybrid pvid vlan 101

       port hybrid untagged vlan 101

      #

      ospf 10 router-id 3.3.3.3

       area 0.0.0.0

        network 100.100.100.0 0.0.0.255

      #

      wlan

       wlan ac source interface vlanif100

       ap-region id 10

       ap id 1 type-id 19 mac 00e0-fc23-8080 sn 210235448310444A471B

        keep-service enable

        region-id 10

       ap id 2 type-id 19 mac 00e0-fc63-0b40 sn 210235448310F9344F69

        keep-service enable

        region-id 10

       wmm-profile name wmm id 1

       wmm-profile name a1 id 2

       traffic-profile name tra id 1

       traffic-profile name b1 id 2

       security-profile name sec id 1

        security-policy wpa2

        wpa2 authentication-method psk pass-phrase cipher 12345678 encryption-method ccmp

       security-profile name c1 id 2

       service-set name ser id 1

        wlan-ess 1

        ssid sjg             \\信號為sjg需輸入密碼12345678

        traffic-profile id 1

        security-profile id 1

        service-vlan 101

       service-set name d1 id 2

        wlan-ess 1

        ssid Guest           \\信號為Guest無密碼,直接連接就可以

        traffic-profile id 2

        security-profile id 2

        service-vlan 101

       radio-profile name 5G id 0      \\創(chuàng)建名為5G的射頻模板

        radio-type 80211an             \\設(shè)定模板射頻類型為802.11an,5G最大

                                         兼容

        wmm-profile id 2                \\綁定a1模板至射頻模板

        80211n guard-interval-mode short     \\/開啟short GI,默認(rèn)未開啟

       radio-profile name rad id 1

        wmm-profile id 1

       ap 1 radio 0

        radio-profile id 1

        service-set id 1 wlan 1

       ap 2 radio 1               \\進(jìn)入AP1的5G射頻

        radio-profile id 0        \\綁定5G射頻模板

        channel 40MHz-plus 149     \\/設(shè)置信道帶寬為40MHz-plus 149

        service-set id 2 wlan 1

       commit all

       

       

      S1:

      #

      sysname S1

      #

      vlan batch 10 100 to 101

      #

      stp instance 1 root primary

      stp instance 2 root primary

      stp instance 3 root secondary

      #

      dhcp enable

      #

      stp region-configuration

       region-name sjg

       instance 1 vlan 101

       instance 2 vlan 100

       instance 3 vlan 10

       active region-configuration

      #

      ip pool guanli

       gateway-list 100.100.100.254

       network 100.100.100.0 mask 255.255.255.0

       excluded-ip-address 100.100.100.2 100.100.100.3

      #

      ip pool wuxian

       gateway-list 172.100.23.254

       network 172.100.20.0 mask 255.255.252.0

       excluded-ip-address 172.100.23.253

       dns-list 8.8.8.8 

      #

      ip pool youxian

       gateway-list 192.168.1.254

       network 192.168.1.0 mask 255.255.255.0

       dns-list 8.8.8.8

      #

      interface Vlanif10

       ip address 192.168.1.253 255.255.255.0

       vrrp vrid 1 virtual-ip 192.168.1.254

       dhcp select global

      #

      interface Vlanif100

       ip address 100.100.100.1 255.255.255.0

       vrrp vrid 1 virtual-ip 100.100.100.254

       vrrp vrid 1 priority 105

       dhcp select global

      #

      interface Vlanif101

       ip address 172.100.23.254 255.255.252.0

       vrrp vrid 1 virtual-ip 172.100.23.254

       vrrp vrid 1 priority 105

       dhcp select global

      #

      interface Eth-Trunk1

       port link-type trunk

       port trunk allow-pass vlan 10 100 to 101

      #

      interface GigabitEthernet0/0/1

       port link-type trunk

       port trunk allow-pass vlan 100

      #

      interface GigabitEthernet0/0/2

       port link-type trunk

       port trunk allow-pass vlan 10 100 to 101

      #

      interface GigabitEthernet0/0/19

       eth-trunk 1

      #

      interface GigabitEthernet0/0/20

       eth-trunk 1 

      #

      ospf 10 router-id 1.1.1.1

       area 0.0.0.0

        network 100.100.100.0 0.0.0.255

        network 172.100.20.0 0.0.3.255

        network 192.168.1.0 0.0.0.255

       

       

      S2:

      #

      sysname S2

      #

      vlan batch 10 100 to 101

      #

      stp instance 1 root secondary

      stp instance 2 root secondary

      stp instance 3 root primary

      #

      dhcp enable

      #

      stp region-configuration

       region-name sjg

       instance 1 vlan 101

       instance 2 vlan 100

       instance 3 vlan 10

       active region-configuration

      #

      ip pool guanli

       gateway-list 100.100.100.254

       network 100.100.100.0 mask 255.255.255.0

       excluded-ip-address 100.100.100.1 100.100.100.3

      #

      ip pool wuxian

       gateway-list 172.100.23.254

       network 172.100.20.0 mask 255.255.252.0

       dns-list 8.8.8.8

      #

      ip pool youxian

       gateway-list 192.168.1.254

       network 192.168.1.0 mask 255.255.255.0

       excluded-ip-address 192.168.1.253

       dns-list 8.8.8.8 

      #

      interface Vlanif10

       ip address 192.168.1.254 255.255.255.0

       vrrp vrid 1 virtual-ip 192.168.1.254

       vrrp vrid 1 priority 105

       dhcp select global

      #

      interface Vlanif100

       ip address 100.100.100.2 255.255.255.0

       vrrp vrid 1 virtual-ip 100.100.100.254

       dhcp select global

      #

      interface Vlanif101

       ip address 172.100.23.253 255.255.252.0

       vrrp vrid 1 virtual-ip 172.100.23.254

       dhcp select global

      #

      interface Eth-Trunk1

       port link-type trunk

       port trunk allow-pass vlan 10 100 to 101

      #

      interface GigabitEthernet0/0/1

       port link-type trunk

       port trunk allow-pass vlan 10 100 to 101

      #

      interface GigabitEthernet0/0/2

       port link-type trunk

       port trunk allow-pass vlan 100

      #

      interface GigabitEthernet0/0/19

       eth-trunk 1

      #

      interface GigabitEthernet0/0/20

       eth-trunk 1

      #

      ospf 10 router-id 2.2.2.2

       area 0.0.0.0

        network 100.100.100.0 0.0.0.255

        network 172.100.20.0 0.0.3.255

        network 192.168.1.0 0.0.0.255

       

        

      S3:

      #

      sysname S3

      #

      vlan batch 10 100 to 101

      #

      stp region-configuration

       region-name sjg

       instance 1 vlan 101

       instance 2 vlan 100

       instance 3 vlan 10

       active region-configuration

      #

      interface Ethernet0/0/1

       port link-type trunk

       port trunk pvid vlan 100

       port trunk allow-pass vlan 100 to 101

      #

      interface Ethernet0/0/2

       port link-type access

       port default vlan 10

      #

      interface Ethernet0/0/3

       port link-type trunk

       port trunk pvid vlan 100

       port trunk allow-pass vlan 100 to 101

      #

      interface GigabitEthernet0/0/1

       port link-type trunk

       port trunk allow-pass vlan 10 100 to 101

      #

      interface GigabitEthernet0/0/2

       port link-type trunk

       port trunk allow-pass vlan 10 100 to 101


      關(guān)于我們 | 產(chǎn)品展示 | 在線留言 | 公司地址 | 網(wǎng)站地圖

      Copyright ? 2014 - 2018> 上海普用電子科技有限公司 版權(quán)所有 滬ICP備17005640號-2

      <code id="0dkpi"><optgroup id="0dkpi"></optgroup></code>
      <b id="0dkpi"><menuitem id="0dkpi"></menuitem></b>
    2. <b id="0dkpi"><menuitem id="0dkpi"></menuitem></b>
    3. <th id="0dkpi"></th>
      <del id="0dkpi"></del>
      <th id="0dkpi"></th>

      1. 大香蕉69 | 特级毛片熟女 | igao视频在线观看 | 天天日日AV| 一区二区三区四区无码 | 日批视频在线免费观看 | 无码黄色电影 | 国产一级操逼视频 | 三级片成人网站在线观看 | 成人视频网站17 |