Why does PIX use the subnet mask instead of the wildcard mask when defining access-lists, ospf nets, etc. ?
For example:
the IOS way to configure OSPF on all interfaces in a Class B subnet:
"network 172.16.0.0 0.0.255.255 area 0"
the PIX way to configure OSPF on all interfaces in a Class B subnet:
"network 172.16.0.0 255.255.0.0 area 0"
For example:
the IOS way to configure OSPF on all interfaces in a Class B subnet:
"network 172.16.0.0 0.0.255.255 area 0"
the PIX way to configure OSPF on all interfaces in a Class B subnet:
"network 172.16.0.0 255.255.0.0 area 0"
