Created
January 15, 2026 02:21
-
-
Save Arthur-Vii/21adeab9ea404d9271b59ce1ee01ef66 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| router 1 | |
| Router> enable | |
| Router# configure terminal | |
| Router(config)# router eigrp 100 | |
| Router(config-router)# network 192.168.1.0 | |
| Router(config-router)# network 10.10.10.0 | |
| Router(config-router)# no auto-summary | |
| Router(config-router)# end | |
| router 2 | |
| Router> enable | |
| Router# configure terminal | |
| Router(config)# router eigrp 200 | |
| Router(config-router)# network 192.168.2.0 | |
| Router(config-router)# network 10.10.10.0 | |
| Router(config-router)# no auto-summary | |
| Router(config-router)# end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment