NETWORK/Switch
Cisco 2960X L2 Switch Configration / 시스코 L2 초기 셋팅
SeonJaeLee
2022. 8. 31. 12:34
반응형
Cisco 2960x 초기 세팅.. ㅎㅎ 정리해 놓은 것이 있길래 올려놓습니다~
패스워드는 알아서!!
service timestamps debug datetime msec
service timestamps log datetime msec localtime
service password-encryption
!
hostname 호스트네임
!
clock timezone KST 9 0
!
ip domain-name 호스트네임
!
crypto key generate rsa
!Hoew many bits in ther moduls [512] : 1024 << 입력
1024
!
login on-failure log every 2
login on-success log
!
no cdp run
!
no ip http server
no ip http secure-server
ip ssh version 2
!
logging origin-id hostname
logging facility syslog
!
logging host logserverIP transport tcp port logPORT
!
port-channel load-balance src-dst-ip ( LACP를 사용하지 않는다면 불필요, 사용한다면 반드시 설정 할 것 )
!
line vty 0 4
logging synchronous
login local
transport input ssh
!
line vty 5 15
logging synchronous
login local
transport input ssh
!
ntp server ntpserverIP
!
end
반응형