You did not configure network 192.168.1.0/24 on R2, so connection between R2 and R3 wil not be established.
If you want to advertise static routes into EIGRP you will have to redistribute it.
router eigrp 100
network 1.1.1.0 0.0.0.3
network 2.2.2.0 0.0.0.3
network 192.168.207.1 0.0.0.0 network 192.168.1.1 0.0.0.0
no auto-summary
If you don't want routers to be able to establish neighbor relations on networks 192.168.90.1 - 192.168.207.1 -192.168.201.1 (to send hello packets) you should configure interfaces fa0/0 as passive interfaces on R3 actually is Gi0/0 interface, not fa0/0 configured with IP address 192.168.201.1.
router eigrp 100
passive-interface <type>0/0
Although technically it is not needed currently - it would be recommended to add no auto-summary command to EIGRP process on R3
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
If you want to advertise static routes into EIGRP you will have to redistribute it.
router eigrp 100
network 1.1.1.0 0.0.0.3
network 2.2.2.0 0.0.0.3
network 192.168.207.1 0.0.0.0
network 192.168.1.1 0.0.0.0
no auto-summary
If you don't want routers to be able to establish neighbor relations on networks 192.168.90.1 - 192.168.207.1 -192.168.201.1 (to send hello packets) you should configure interfaces fa0/0 as passive interfaces on R3 actually is Gi0/0 interface, not fa0/0 configured with IP address 192.168.201.1.
router eigrp 100
passive-interface <type>0/0
Although technically it is not needed currently - it would be recommended to add no auto-summary command to EIGRP process on R3