Blog | Tag | Local | Media | Guest | Login  RSS
basic config에 해당되는 글 1건
Cisco Bagic Config

en
conf t
no ip domain lookup
enable pass cisco
lin console 0
logging synchronous
exec-timeout 0
lin vty 0 4
pass cisco
login
exit
hostname

Ping Test

tclsh
foreach i {
1.1.1.1
2.2.2.2
3.3.3.3
4.4.4.4
5.5.5.5 } { ping $i }