top of page
Foto del escritorClaudio Magagnotti

CISCO Router _ #hOwTo – Evitar HSRP Hijacking

Cuando configuras HSRP recordá encriptar los paquetes HSRP con MD5 ¿Cómo? Así:

enable configure terminal key chain [key-chain-name] #Nombre de la CHAIN key 2412531 # puede ser un número entre <0-2147483647> conocido como Key identifier key-string cisco123 #especifica una password exit exit interface f0/0  ip address [ip-address] [mask] standby [group-number] priority [priority]  standby [group-number] preempt #Sólo aplica en el que será master standby [group-number] authentication md5 key-chain [key-chain-name] #encriptamos standby [group-number] ip [ip virtual]

Repetir lo mismo en el/los otros router, y listo! Comunicación segura…

0 visualizaciones

Entradas recientes

Ver todo

BackUp your network devices with Python!

I’ve been busy working that’s why the deelay, but Im here again! I’ve started to learn python some months ago… I think it’s a really...

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
bottom of page