Switch Cisco
:::::::::::::::::::::::CISCO :::::::::::::::::::::::::::::::::
menambah vlan
=============
Switch>enable
Switch#vlan database
Switch(vlan)#vlan 10 name A
Switch(vlan)#vlan 20 name B
Switch(vlan)#exit
configurasi interface ke vlan ( untagged)
=============================
Switch>enable
Switch#configure terminal
Switch(config)#interface fastethernet 0/2
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 10
Switch(config-if)#end
manabah mode trunk
====================
Switch>enable
Switch#configure terminal
Switch(config)#interface fastethernet 0/1
Switch(config-if)#switchport mode trunk
Switch(config-if)#end
menambh deskripasi
======================
Switch1(config)# interface fa0/3
Switch1(config-if)# description Connection to host computer 2
witch1(config-if)# end
pda router
===============
Router>enable
Router#configure t
Router(config)#interface fastethernet 0/0
Router(config-if)#no shutdown
Router(config-if)#interface fastethernet 0/0.1
Router(config-subif)#encapsulation dot1Q 1
Router(config-subif)#ip address 192.168.2.1 255.255.255.0
Router(config-subif)#end
=====================================================================
mengunah access vlan
=======================
int fa0/15
switchport access vlan 70
menambah deskripsi
===================
int fa0/15
description name
menambah vlan
==============
router>enable
router#configure terminal
router(config)#vlan nomor-vlan
router(config-vlan)#name nama-vlan
melihat hasil
============
sh run
===================================================================

Komentar
Posting Komentar