EANx said: C is a class B address where the first two octets identify the network. Since none of the remaining bits are set, the all 0s indicates the network address for that subnet mask.
2620-TS-FRS#sh run<br>...<br>!<br>interface FastEthernet0/0<br> ip address 137.4.0.0 255.248.0.0<br> duplex auto<br> speed auto<br>!<br>...<br><br>2620-TS-FRS#sh ip int br<br>Interface IP-Address OK? Method Status Protocol<br>FastEthernet0/0 137.4.0.0 YES manual up up <br>Serial0/0 unassigned YES NVRAM administratively down down <br>Serial0/1 unassigned YES NVRAM down down <br>Serial0/2 unassigned YES NVRAM down down <br>Serial0/3 unassigned YES NVRAM down down <br>Loopback0 101.101.101.101 YES NVRAM up up <br>2620-TS-FRS#ping 137.4.0.0<br><br>Type escape sequence to abort.<br>Sending 5, 100-byte ICMP Echos to 137.4.0.0, timeout is 2 seconds:<br>!!!!!<br>Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms<br>2620-TS-FRS#ping 137.4.0.1<br><br>Type escape sequence to abort.<br>Sending 5, 100-byte ICMP Echos to 137.4.0.1, timeout is 2 seconds:<br>!!!!!<br>Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
Bills-MacBook-Pro:~ lww$ ping 137.4.0.0<br>PING 137.4.0.0 (137.4.0.0): 56 data bytes<br>64 bytes from 137.4.0.0: icmp_seq=0 ttl=255 time=1.223 ms<br>64 bytes from 137.4.0.0: icmp_seq=1 ttl=255 time=1.127 ms<br>64 bytes from 137.4.0.0: icmp_seq=2 ttl=255 time=1.207 ms<br>64 bytes from 137.4.0.0: icmp_seq=3 ttl=255 time=1.166 ms<br>64 bytes from 137.4.0.0: icmp_seq=4 ttl=255 time=1.125 ms<br>64 bytes from 137.4.0.0: icmp_seq=5 ttl=255 time=1.210 ms<br>64 bytes from 137.4.0.0: icmp_seq=6 ttl=255 time=1.156 ms<br>64 bytes from 137.4.0.0: icmp_seq=7 ttl=255 time=1.154 ms<br>64 bytes from 137.4.0.0: icmp_seq=8 ttl=255 time=1.182 ms<br>^C<br>--- 137.4.0.0 ping statistics ---<br>9 packets transmitted, 9 packets received, 0.0% packet loss<br>round-trip min/avg/max/stddev = 1.125/1.172/1.223/0.034 ms
lwwarner said: IMO, the question is bogus. Given an appropriate mask, 137.4.0.0 is a perfectly valid IP address. For example, 137.4.0.0/13 works just fine:...Really, CIDR has been around since 1992, can't we just forget about IP address classes already?