Está en la página 1de 2

WILLIAM DAVID

LOPEZ PEREZ
DIFERENCIA ENTE
DOS O DDOS
COMANDOS PARA MITIGAR LOS ATAQUES DE Si bien un DoS o DDoS no es sinonimo de hackear o
SALTO DE VLAN defacear un sitio web, estos pueden causar grandes
S1(config)# interface range fa0/1 - 16 problemas al servidor en donde esta alojada la web
S1(config-if-range)# switchport mode access atacada.
S1(config-if-range)# exit El objetivo de estos ataques es el de afectar la
S1(config)# performance de la pagina atacada, agotando el
S1(config)# interface range fa0/17 - 20 ancho de banda o sobrepasando la capacidad de
S1(config-if-range)# switchport mode access procesamiento.
S1(config-if-range)# switchport access vlan 1000 A su vez, el sitio web también puede verse afectado si
S1(config-if-range)# exit la base de datos es sobrecargada con varias
S1(config)# peticiones al mismo tiempo.
S1(config)# interface range fa0/21 - 24
S1(config-if-range)# switchport mode trunk
S1(config-if-range)# switchport nonegotiate S1(config)# ip dhcp snooping
S1(config-if-range)# switchport trunk native vlan 999 S1(config)# interface f0/1
S1(config-if-range)# end S1(config-if)# ip dhcp snooping trust
S1# S1(config-if)# exit
S1(config)# interface range f0/5 - 24
S1(config-if-range)# ip dhcp snooping tasa límite 6
S1(config-if)# exit
S1(config)# ip dhcp snooping vlan 5,10,50-52
S1(config)# end
S1#
S1# show ip dhcp snooping

También podría gustarte