You are on page 1of 11

Step – Step Commisioning Switch

1. Connect Switch with Console Cable


2. Open Secure CRT
3. Connect Switch with Secure CRT
4. Login to Switch
5. Enter Switch Config Mode
6. Create Vlan
7. Create Port Label/Description
8. Create Port Link-Type
9. Create Trunk/Access
10. Create ip address
11. Query Vlan Configuration
12. Query Interface Configuration
13. Save File
14. Test BTS connection
15. Selesai

mantappnknklnaKSNCjnSC
** port 1,2 untuk power dan CCTV NVR (Access)
Port 3 untuk Microwave/VSAT dan port 9 untuk BBU
BTS (Trunk)

Login to Switch
User Access Verification
Username: admin
Password: 12345

Enter Switch Config Mode


Fengine#
Fengine#config
Fengine(config)#

Create Vlan
Fengine(config)#
Fengine(config)#vlan 2204
Fengine(vlan-2204)#
Fengine(vlan-2204)#exit
Fengine(config)# untuk melihat configurasi vlan
gunakan perintah “show vlan verbose”
** Delete Vlan
Fengine(vlan-2204)#
Fengine(vlan-2204)#exit
Fengine(config)#no vlan 2204
Fengine(config)#

Create Port Label/Description


Fengine(config)#
Fengine(config)#interface gigaethernet 1/0/9
Fengine(config-ge1/0/9)#alias BBU
Fengine(config-ge1/0/9)#show
interface gigaethernet 1/0/9
alias BBU

Create Port Link-Type (Trunk)


Fengine(config)#
Fengine(config)#interface gigaethernet 1/0/9 
sesuaikan dengan port yang dicreate
Fengine(config-ge1/0/9)#
Fengine(config-ge1/0/9)#port link-type
access Access mode
trunk Trunk mode
hybrid Hybrid mode
default Default type of port :hybrid mode
Fengine(config-ge1/0/9)#port link-type trunk
Fengine(config-ge1/0/9)#show
!
interface gigaethernet 1/0/9
alias BBU
port link-type trunk
Fengine(config-ge1/0/9)#port trunk
allow-pass Allow pass
pvid Default port Vlan ID
Fengine(config-ge1/0/9)#port trunk allow-pass vlan 2204
This operation may take a few seconds, please wait for a
moment...
Fengine(config-ge1/0/9)#
Fengine(config-ge1/0/9)#show untuk
melihat config trunk di port
!
interface gigaethernet 1/0/9
alias BBU
port link-type trunk
port trunk allow-pass vlan 2204
Fengine(config-ge1/0/3)#exit
Fengine(config)#

**untuk menghapus pakai command “no port”

Create Port Link-Type Access


Fengine(config-ge1/0/1)#
Fengine(config-ge1/0/1)#port link-type
access Access mode
trunk Trunk mode
hybrid Hybrid mode
default Default type of port :hybrid mode
Fengine(config-ge1/0/1)#port link-type access
Fengine(config-ge1/0/1)#show
Fengine(config-ge1/0/1)#show
!
interface gigaethernet 1/0/1
port link-type Access

Fengine(config-ge1/0/1)# port default vlan 2205


Fengine(config-ge1/0/1)#show
port link-type access
port default vlan 2205

Create ip address
Fengine(config)#
Fengine(config)#interface vlan 2204
Fengine (config-vlan-2204)#ip address 100.1.160.65/27
Fengine (config-vlan-2204)#show
interface vlan 2204
ip address 100.1.160.65/27

Query Vlan Configuration


Fengine(config)#show vlan verbose
VLAN ID:1
Vlan alias:N/A
The total number of ipv4 address is:0,ipv6 address is:0
Admin status:up
Physical status:up
Vlan-status:static
Mac-limit:disable
Member(s):
Interface Tagged
ge-1/0/10 Untag
ge-1/0/9 Untag
ge-1/0/8 Untag
ge-1/0/7 Untag
ge-1/0/6 Untag
ge-1/0/5 Untag
ge-1/0/4 Untag
ge-1/0/3 Untag
ge-1/0/2 Untag
VLAN ID:2204
Vlan alias: N/A
The total number of ipv4 address is:1,ipv6 address is:0
Internet address:100.1.160.65/27
Admin status:up
Physical status:up
Vlan-status:static
Mac-limit:disable
Member(s):
Interface Tagged
ge-1/0/9 Tag
VLAN ID:2205
Vlan alias: N/A
The total number of ipv4 address is:1,ipv6 address is:0
Internet address:100.2.160.65/27
Admin status:up
Physical status:down
Vlan-status:static
Mac-limit:disable
Member(s):
Interface Tagged
ge-1/0/1 Untag

Query Interface Configuration


Fengine(config )#show interface
Interface State(a/o) Filter(i/o) Descr
ge-1/0/1 up/down N/A/N/A POWER
ge-1/0/2 up/down N/A/N/A -
ge-1/0/3 up/down N/A/N/A -
ge-1/0/4 up/down N/A/N/A -
ge-1/0/5 up/down N/A/N/A -
ge-1/0/6 up/down N/A/N/A -
ge-1/0/7 up/down N/A/N/A -
ge-1/0/8 up/down N/A/N/A -
ge-1/0/9 up/up N/A/N/A BBU
ge-1/0/10 up/down N/A/N/A -

Save File
Fengine(config)#write file
This will save the configuration in the flash memory.
Are you sure?(y/n) [y]y
Building configuration,please wait for a moment.....

[OK]

You might also like