User Tools

Site Tools


public:tech:cisco:air:multi-ssid
configure terminal
  interface Dot11Radio0.1
    encapsulation dot1Q 1 native
  interface FastEthernet0.1
    encapsulation dot1Q 1 native
    end
  write memory
configure terminal
  interface Dot11Radio0.10
    encapsulation dot1Q 10 native
  interface FastEthernet0.10
    encapsulation dot1Q 10 native
    end
  write memory
configure terminal
  interface Dot11Radio0.20
    encapsulation dot1Q 20 native
  interface FastEthernet0.20
    encapsulation dot1Q 20 native
    end
  write memory
configure terminal
  interface Dot11Radio0
    ssid Cisco10
    vlan 10
    end
  write memory
configure terminal
  interface Dot11Radio0
    ssid Cisco20
    vlan 20
    end
  write memory
public/tech/cisco/air/multi-ssid.txt · Last modified: 2025/01/22 16:49 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki