in this article ,I do a vlaning and you can try this by Packect Tracer,
Tag: cisco
Auto backup for Cisco Device
For getting back automatically after write a command or on periodically time do like this:
1 2 3 4 5 6 7 8 9 |
#conf t #service password-encryption #ip ftp username myUser #ip ftp password myPassword #archive #path ftp://myFtpServerIP/$h$t #time-period 1440 #write-memory #do wri |
write-memory command is for writting configuration after using ‘do wri’ command, in this case every time you using do wri the configuration will…
Setting SnmpV3 at Cisco device
We can use 3 level security for snmp version 3: noAuthNoPriv authNoPriv authPriv I want to use authPriv becuse of more security than other one:
1 2 3 4 |
#conf t #snmp-server group monitoring v3 priv #snmp-server "Enter-Security-Name" monitoring v3 auth md5 ”Enter-Authentication-passphrase” priv aes 128 ”Enter-Privacy-passphrase” #do wri |
Edit “Enter-Security-Name”,”Enter-Authentication-passphrase” and ”Enter-Privacy-passphrase” with your data For testing your device you can use snmpwalk…
Cisco Device SnmpV3 Template For Zabbix
I collected this template because I need a template for cisco devices that use snmpv3 .I spent alot of time on network but I cant obtain like this.here I upload this template for you. for using this template, download xml…