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: #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…
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: #conf t #snmp-server group monitoring v3 priv #snmp-server “Enter-Security-Name” monitoring v3 auth md5 ”Enter-Authentication-passphrase” priv…
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…