Who Understands Network Statements?
A couple of weeks ago, I asked some questions about an obscure OSPF configuration. I found the scenario fun to write and share. Therefore, I wanted to offer another odd configuration that might challenge readers to think through the resulting behavior of a Cisco device. This particular challenge is a quick and dirty RIP configuration based on the following scenario.
R1 Configuration
interface FastEthernet0/0 description To Host1 ip address 10.1.1.1 255.255.255.0 ! interface FastEthernet0/1 description To R2 ip address 10.100.100.1 255.255.255.0 ! router rip network 10.100.100.0
R2 Configuration
interface FastEthernet0/0 description To Host2 ip address 10.2.2.2 255.255.255.0 ! interface FastEthernet0/1 description To R1 ip address 10.100.100.2 255.255.255.0 ! router rip network 10.100.100.0
Question
Assuming Host1 and Host2 are configured with the appropriate address and default gateway, which following two statements are true?
- Host1 can reach Host2
- Host2 cannot reach Host1
- show run will reveal the configuration above
- show run will reveal differences from what is shown
A question like this can reveal whether or not an individual has experience configuring interior gateway protocols. Those who have worked with IOS will Continue reading

