Hi, the multicast and experimental range is represented by
224.0.0.0 /4 and 240.0.0.0/4.
in all literature for denying these ranges, it is represented by:
access-list 50 deny 224.0.0.0 31.255.255.255
access-list 50 deny 240.0.0.0 31.255.255.255
Shouldn't this be represented by the following instead?
access-list 50 deny 224.0.0.0 15.255.255.255
access-list 50 deny 240.0.0.0 15.255.255.255
224.0.0.0 /4 and 240.0.0.0/4.
in all literature for denying these ranges, it is represented by:
access-list 50 deny 224.0.0.0 31.255.255.255
access-list 50 deny 240.0.0.0 31.255.255.255
Shouldn't this be represented by the following instead?
access-list 50 deny 224.0.0.0 15.255.255.255
access-list 50 deny 240.0.0.0 15.255.255.255