1. Pastikan semua kabel (dari dan ke BSU) telah terhubung sempurna.
2. Hubungkan laptop ke BSU dengan menggunakan kabel console RS-232 dan kabel UTP cross-over.
3. Buka program Hyper Terminal
4. Setting Hyper Terminal dengan konfigurasi sebagai berikut: 38400 bps, 8 data bits, no parity, 1 stop bit, hardware flow control.
5. Nyalakan BSU
6. Login ke BSU: username: ISP; password: isp
7. Cek status apakan system sudah operational dengan perintah: CLI# show status system
CLI# show status system
Version: 5.4.1 Build: 1 Rev: 0 Speed: A1
Date: Dec 29 2005, 16:54 Date: 11/12/2001
WSS Date: Dec 29 2005, 16:54:05 Board Rev: 10 Modem Rev: 3
BSC State: 5 (OPERATIONAL) Mode: Bridge
Timing Reference: Internal Clock
BSC Ethernet IPAddr: 10.20.17.1 SubnetMask:0xffffff00
BSC E-net MAC Address: 00:01:3B:90:22:1E
Default Gateway: 10.20.17.254 TFTP Primary Server: 0.0.0.0
Config File: csmwinsmg-1.cfg AP Id: csmwinsmg-1
DHCP [IP] Parameter Source: NVRAM (Local)
Uptime: 0d 2h 17m 44sec Current: SAT JAN 01 09:17:33 2000
# of WSS cfgr: 1 Available: 1
WSS State: OPERATIONAL-Radio
CLI#
8. Jika status BSU masih stopped, periksa kembali instalasi.
9. Setelah status BSU operational, setting IP BSU dengan perintah: CLI# set dhcp
CLI# set dhcp
Use DHCP Params from : Local(NVRAM)
IP/NetMask : 10.20.17.1 / 255.255.255.0
Default Gateway : 10.20.17.254
TFTP Primary Server : Local (/tffs1)
TFTP Secondary Server : Local (/tffs1)
SNTP Server : 0.0.0.0
Config File Name : pw760.cfg
Use DHCP Params from (1=Local 2=Server) [Local]:
Local IP [10.20.17.1] :
Netmask [255.255.255.0] :
Default Gateway [10.20.17.254]: <gateway base station , isi dengan IP PE>
TFTP Primary Server (0=Local:/tffs1) [0.0.0.0] :
SNTP Server [0.0.0.0] :
Config File [pw760.cfg] :
No change
CLI#
10. Reset BSU dengan perintah: CLI# reboot
11. Buat file configurasi BSU menggunakan Configuration Manager
12. Masukan file config ke BSU melalui FTP via Command Prompt
C:\> ftp
Connected to a.b.c.d.
220 VxWorks (5.4) FTP server ready
User (a.b.c.d:(none)): isp
331 Password required
Password: isp
230 User logged in
ftp>
ftp> cd /tffs1
250 Changed directory to "/tffs1"
ftp> bin
200 Type set to I, binary mode
ftp> dir
200 Port set okay
150 Opening ASCII mode data connection
size date time name
-------- ------ ------ --------
2048 Jan-01-1999 00:01:10 bkup
1130489 Jan-01-1999 00:00:30 html.zip
648 Dec-31-1999 16:01:14 pw760.cfg
1628947 Jan-01-1999 00:00:46 pwap5_3_0.D
313 Dec-31-1999 16:06:08 lic_pw_00013b9013d2.txt
226 Transfer complete
ftp: nnn bytes received in nnnSeconds nnnKbytes/sec.
ftp> put
200 Port set okay
150 Opening BINARY mode data connection
226 Transfer complete
ftp: nnn bytes sent in nnnSeconds nnnKbytes/sec.
ftp>
ftp> bye
221 Bye...see you later
C:\>
13. Setting BSU agar dapat membaca file konfigurasi via TELNET dengan melakukan perintah: CLI# set dhcp
C:\> telnet
Login:ISP
Password:isp
CLI# set dhcp
Use DHCP Params from : Local(NVRAM)
IP/NetMask : a.b.c.d/ 255.255.255.0
Default Gateway : a.b.c.e
TFTP Primary Server : Local (/tffs1)
TFTP Secondary Server : Local (/tffs1)
SNTP Server : 0.0.0.0
Config File Name : pw760.cfg
Use DHCP Params from (1=Local 2=Server) [Local]:
Local IP [a.b.c.d] :
Netmask [255.255.255.0] :
Default Gateway [a.b.c.e]:
TFTP Primary Server (0=Local:/tffs1) [0.0.0.0] :
SNTP Server [0.0.0.0] :
Config File [pw760.cfg] :
Please reset the device
CLI# reboot
14. Hubungkan port management BSU ke salah satu port pada L2 Switch dengan menggunakan kabel UTP straight-through.
15. Setting port L2 Switch. (misal BSU akan dihubungkan pada port 23 di L2 switch)
C:\> telnet
Username:
Password:
ABC_DEF_L2_1>enable
Password:
ABC_DEF_L2_1#configure terminal
ABC_DEF_L2_1(config)#interface fastEthernet 0/23
ABC_DEF_L2_1(config-if)# description To ABC_DEF_BSU_1
ABC_DEF_L2_1(config-if)# switchport mode trunk
ABC_DEF_L2_1(config-if)#speed 100
ABC_DEF_L2_1(config-if)#duplex full
ABC_DEF_L2_1(config-if)#no shutdown
ABC_DEF_L2_1(config-if)#end
ABC_DEF_L2_1#
16. Setting VLAN BSU dengan menggunakan perintah: set vlan mgmt
Misalnya VLAN BSU adalah VLAN 2; dengan VLAN Priority: 3
C:\>telnet
Login:ISP
Password:isp
CLI# set vlan mgmt
Management VLAN ID : 0
Management VLAN ID Priority: 0
Double Tag : Disabled
Double Tag Priority: 0
SU Management VLAN List : 0,
Changing VLAN ID, to accept default
Management VLAN ID (0= Auto,1-4094) [0]: 2
Management VLAN Priority (0-7) [0]: 3
Double Tag ID (0=Disable, 1-4094) [0] :
Double Tag Priority (0-7) [0]:
VLAN parameters saved. Please reboot to activate
CLI# reboot
17. Pastikan BSU sudah dapat dimanage dari NMS; test dengan PING, FTP dan TELNET.
18. Selesai.
No comments:
Post a Comment