Inet Switch management, vty
##LINK SESAMA KABEL FO ##
DISTI-01
interface GigabitEthernet2/1
description # To Fl.1 BTM-01-ACC03 Gi0/1 #- ##PAKE FO)
switchport
switchport trunk allowed vlan 1,4,60,68,101,102,131,147
switchport mode trunk
udld port aggressive
spanning-tree guard root
end
--
BTM-01-ACC03#sh run int
!
interface GigabitEthernet0/1
description # UPLINK_TO_BTM-08-6500-DIST-01_Gi2/1 #
switchport trunk allowed vlan 1,4,60,101,102,131,147
switchport mode trunk
udld port aggressive
end
=================================================
##LINK SESAMA KABEL UTP ##
BTM-01-ACC03#sh run int gi0/3
Building configuration...
interface GigabitEthernet0/3
description # UPLINK_TO_BTM-01-ACC08_Gi1/0/48 #
switchport trunk allowed vlan 1,4,60,101,102,131,147
switchport mode trunk
end
!
interface GigabitEthernet1/0/48
description # UPLINK_TO_BTM-01-ACC03_Gi0/3 #
switchport trunk allowed vlan 1,4,60,101,102,131,147
switchport mode trunk
end
==================================
link ke AP-ARUBA kabel UTP
BTM-01-ACC08#sh run interface gi1/0/4
!
interface GigabitEthernet1/0/1
description # AP ARUBA #
switchport access vlan 60
switchport mode access
udld port aggressive
spanning-tree portfast
spanning-tree bpduguard enable
spanning-tree guard root
end
========================================
link dari switch ke PC-USER kabel UTP
BTM-01-ACC03#sh run int fastEthernet 0/7
!
interface FastEthernet0/7
description # USER #
switchport access vlan 4
switchport mode access
udld port aggressive
spanning-tree portfast
spanning-tree bpduguard enable
spanning-tree guard root
end
!
interface FastEthernet0/8
description # USER #
switchport access vlan 4
switchport mode access
udld port aggressive
spanning-tree portfast
spanning-tree bpduguard enable
spanning-tree guard root
end
-------------
MENGATUR IP MANAGEMENT PERANGKAT
interface Loopback1
ip address 192.168.254.253 255.255.255.255
ip ospf 1 area 0
ip access-list extended LOGIN
permit tcp host 10.87.244.26 any eq 22
permit tcp host 10.87.244.12 any eq 22
line vty 0 15
login local
access-class LOGIN in
password admin123
transport input ssh
ip ssh ver 2
username cisco secret admin123
service password-encryption
enable password admin123
ip domain-name training.lab
crypto key generate rsa
[yes]
1024
atau..
line vty 0 4
session-limit 50
exec-timeout 0
login local
transport input all
line vty 5 15
transport input all
access-class LOGIN in
password admin123
------------------------------------------
------------------
line vty
management
inet swith
link antar swith
Posting Komentar untuk "Inet Switch management, vty"