Skip to content

Instantly share code, notes, and snippets.

@Arthur-Vii
Created January 15, 2026 02:23
Show Gist options
  • Select an option

  • Save Arthur-Vii/58690ccf789c24f2b6048958b8725bec to your computer and use it in GitHub Desktop.

Select an option

Save Arthur-Vii/58690ccf789c24f2b6048958b8725bec to your computer and use it in GitHub Desktop.
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