1
0
Fork 0
mirror of https://gitlab.com/netravnen/NetworkLabNotes.git synced 2024-07-02 11:29:04 +00:00
NetworkLabNotes/code/router/base.cfg
2017-05-22 12:29:00 +02:00

17 lines
243 B
INI

tclsh
puts [ open "flash:base.cfg" w+ ] {
hostname __HOSTNAME__
ip domain-name cisco.tld
no ip domain lookup
interface range f0/1-24 , g0/1-2
shutdown
exit
vtp mode transparent
line con 0
no exec-timeout
logging synchronous
exit
end
}
tclquit