Thứ Hai, 17 tháng 7, 2017

Cấu hình chung cần thiết cho mọi Switch Router Cisco

!
hostname Core_Switch ( đặt tên thiết bị )
ip ssh time-out 120
ip ssh authentication-retries 4
ip domain-name CongTyA ( tên miền nội bô công ty doanh nghiệp )
!
crypto key generate rsa
!
aaa new-model
!
aaa authentication login default local
aaa authorization exec default local
!
username admin privilege 15 secret admin@iNn ( User và Password )
!
line con 0
privilege level 15
exec-timeout 60 0
line vty 0 4
privilege level 15
exec-timeout 60 0
transport input telnet ssh
transport output telnet ssh
!
ip http server ( bật tính năng truy cập cấu hình bằng trình duyệt web )
ip http authentication local ( xác thực bằng tải khoản local )
no ip http secure-server
ip http client username admin ( user truy cập bằng trình duyệt web là admin )
!
end
wr
!