Created
January 15, 2026 02:23
-
-
Save Arthur-Vii/58690ccf789c24f2b6048958b8725bec 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 ospf 1 | |
| Router(config-router)# network 192.168.1.0 0.0.0.255 area 0 | |
| Router(config-router)# network 10.10.10.0 0.0.0.3 area 0 | |
| Router(config-router)# end | |
| router 2 | |
| Router> enable | |
| Router# configure terminal | |
| Router(config)# router ospf 1 | |
| Router(config-router)# network 192.168.2.0 0.0.0.255 area 0 | |
| Router(config-router)# network 10.10.10.0 0.0.0.3 area 0 | |
| Router(config-router)# end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment