EasyManua.ls Logo

Belair 20E - Physical Interface Script Example - Setup

Default Icon
255 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
BelAir20E User Guide Scripting Guidelines
April 2, 2012 Confidential Page 228 of 255
Document Number BDTM02201-A01 Standard
Physical Interface Script
Example - Setup
The following output of the
show phyinv
command shows the configuration of
the BelAir100T where the script will run:
/system# show phyinv
System Name: BelAir100T
Type Class Serial number Assembly code BA order code
BelAir100 triRadios BELAB0407 BELAIR100T_20-BC08 1TNYYXJ0KXX31-H
Physical Inventory Table
Slot Card type Version Serial number Assembly code
1 LPM 2.2.8 K002092633 B2CH082AA-B B08
2 BRM 3.2.1 K001362023 B2CC033AA-B B01
3 BRM 3.2.1 A000003408 B2CC033AA-B B01
Physical Interface Table
Name Type Slot Card type Description
wifi-1-1 Wifi 802.11 1 LPM LPMv2 4.9GHz 802.11a
eth-1-1 Ethernet 1 LPM 1x100baseTx [Electrical: Single]
wifi-2-1 Wifi 802.11 2 BRM BRMv3 5GHz 802.11a
wifi-3-1 Wifi 802.11 3 BRM BRMv3 5GHz 802.11a
Physical Interface Script
Example - Script
The following is a listing of the script contents:
int-wifi-2.4GHz-1
set channel 11
set admin-state enabled
show config
int-stop
int-wifi-4.9GHz-1
set channel 10
set admin-state disabled
show config
int-stop
int-wifi-5GHz-1
set channel 155
set backhaul admin-state disabled
show config
int-stop
int-wifi-5GHz-2
set channel 148
set backhaul admin-state disabled
show config
int-stop
int-BELAIR100T_20-wifi-5GHz-1
show config
int-stop
int-BELAIR20-11-wifi-5GHz-1

Table of Contents