Merhabalar,

Bu makalemizde eğer Wireless Controller cihazımız Extreme Networks Wireless AP’lerimizi otomatik olarak bulamazsa manuel olarak eklemenin nasıl yapılacağı konusunda bilgi verilecektir.

Öncelikle AP’lerde Controller arama algoritmasının nasıl işlediğini anlatarak başlayalım.

AP’lerde Controller Arama Algoritması

Bu şemaya göre AP çalışmaya başladıktan sonra;

  1. DNS yöntemi (DHCP option 60/43 ve DNS’de HOST (A Kaydı)) deneniyor (3 defa)
  2. Multicast SLP yöntemi, Bu yöntemde tüm ağ ve yol boyunca multicast trafiğine izin vermek gerekiyor (Router, FW vb.) (3 defa deneniyor)
  3. Unicast SLP yöntemi, Bu yöntemde Scope için DHCP’de girilen option-78 seçeneği ile düzenlenebilir (3 defa deneniyor) 
  4. Eğer bu işlemler başarılı olmazsa Manuel olarak ekleme yapmak için:
    • Aşağıdaki komutlar ile gerekli yapılandırma AP içine bağlanılıp yapılabilir. (SSH veya console) (cset komutları ile ekleme, örnek;)
cset ipaddr <ip_address>
cset ipmask <ip_netmask>
cset gateway <ip_address>
cset authIpAddr 1 <ip of controller#1>
cset authIpAddr 2 <ip of controller#2> (if applicable)
cset vlanvid x <mgmt vlan tag> (optional)
cset staticMTU x
cset dhcp disable 
capply 
csave 
(Wait until the prompt comes back)
reboot

Örnek Yapılandırma:

cset ipaddr 10.1.1.1 
cset ipmask 255.255.0.0 
cset gateway 10.1.254.254 
cset authipaddr 1 10.1.1.2 
cset vlanvid 10 (optional) 
cset dhcp disable  
capply  
csave (Wait until the prompt comes back) 
reboot

Buradaki kritik nokta;
capply komutu girildikten sonra 30 sn beklenip, csave komutu girilmelidir.


NOT;
1) AP genel olarak tüm ayarları görmek için;
# cget configuration
2) IP adres ayarlarını görmek için;
# ifconfig
3) EK-1 sayfa 116-125 cset komutlarının açıklamaları  (Table 11: Multi-Edit AP Properties)

Kullanılabilir.

1 Use the predefined static IP addresses for the controllers on the network (if configured). You can specify a list of static IP addresses of the controllers on your network. On the Static Configuration tab, add the addresses to the Wireless Controller Search List. Caution Wireless APs configured with a static Wireless Controller Search List can connect only to controllers in the list. Improperly configured APs cannot connect to a non-existent controller address, and therefore cannot receive a corrected configuration.

2 Use the IP address of the controller to which the AP last connected successfully. Once an AP has successfully registered with a controller, it recalls that controller’s IP address, and uses that address on subsequent reboots. The AP bypasses discovery and goes straight to registration. If a known controller cannot be located, the following discovery process steps should be followed:

3 Use DHCP Option 60 to query the DHCP server for available controllers. The DHCP server responds to the AP with Option 43, which lists the available controllers. For the DHCP server to respond to an Option 60 request from an AP, configure the DHCP server with the vendor class identifier (VCI) for each AP. Also, configure the DHCP server with the IP addresses of the controllers. For more information, refer to the Getting Started Guide.

4 Use a Domain Name Server (DNS) lookup for the host name Controller.domain-name. The AP tries the DNS server if it is configured in parallel with SLP unicast and SLP multicast. If you use this method for discovery, place an A record in the DNS server for Controller.<domainname>. The <domain-name> is optional, but if used, ensure it is listed with the DHCP server.

5 Use a multicast SLP request to find SLP SAs The AP sends a multicast SLP request, looking for any SLP Service Agents providing the Extreme Networks service. The AP tries SLP multicast in parallel with other discovery methods.

6 Use DHCP Option 78 to locate a Service Location Protocol (SLP) Directory Agent (DA), followed by a unicast SLP request to the Directory Agent. To use the DHCP and unicast SLP discovery method, ensure that the DHCP server on your network supports Option 78 (DHCP for SLP RFC2610). The APs use this method to discover the controller. This solution takes advantage of two services that are present on most networks:

DHCP — The standard is a means of providing IP addresses dynamically to devices on a network.

• SLP — A means of allowing client applications to discover network services without knowing their location beforehand. Devices advertise their services using a Service Agent (SA). In larger installations, a Directory Agent (DA) collects information from SAs and creates a central repository (SLP RFC2608).

The controller contains an SLP SA that, when started, queries the DHCP server for Option 78 and if found, registers itself with the DA as service type Extreme Networks. The controller contains a DA (SLPD).

The AP queries DHCP servers for Option 78 to locate any DAs. The SLP User Agent for the AP then queries the DAs for a list of Extreme Networks SAs. Option 78 must be set for the subnets connected to the ports of the controller and the subnets connected to the APs. These subnets must contain an identical list of DA IP addresses.

Kaynaklar:

Link-1

Link-2

Link-3

Link-4

Link-5

Link-6

EK-1