mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-10-30 17:59:38 +00:00
c4b564fa13
Split up into bits. Moved to last chapter.
34 lines
917 B
INI
34 lines
917 B
INI
ip access-list extended blockHSRP
|
|
deny udp any host 224.0.0.2 eq 1985
|
|
deny udp any host 224.0.0.102 eq 1985
|
|
permit ip any any
|
|
!
|
|
ip access-list extended blockHSRPVRRP
|
|
deny udp any host 224.0.0.2 eq 1985
|
|
deny udp any host 224.0.0.102 eq 1985
|
|
deny ip any host 224.0.0.18
|
|
permit ip any any
|
|
!
|
|
ip access-list extended blockVRRP
|
|
deny ip any host 224.0.0.18
|
|
permit ip any any
|
|
!
|
|
ip access-list extended blockHSRPGLBP
|
|
deny udp any host 224.0.0.2 eq 1985
|
|
deny udp any host 224.0.0.102 eq 1985
|
|
deny udp any host 224.0.0.102 eq 3222
|
|
permit ip any any
|
|
!
|
|
ip access-list extended blockHSRPVRRPGLBP
|
|
deny udp any host 224.0.0.2 eq 1985
|
|
deny udp any host 224.0.0.102 eq 1985
|
|
deny udp any host 224.0.0.102 eq 3222
|
|
deny ip any host 224.0.0.18
|
|
permit ip any any
|
|
!
|
|
ip access-list extended blockVRRPGLBP
|
|
deny udp any host 224.0.0.102 eq 3222
|
|
deny ip any host 224.0.0.18
|
|
permit ip any any
|
|
!
|