Skip to content

Instantly share code, notes, and snippets.

@overnew
Created February 5, 2024 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save overnew/35cb4515a4d55d90aa3efc5bac9bd549 to your computer and use it in GitHub Desktop.
Save overnew/35cb4515a4d55d90aa3efc5bac9bd549 to your computer and use it in GitHub Desktop.
HQ.conf
conf t
int lo0
ip add 10.1.1.1 255.255.255.0
no shut
exit
int s1/0
ip add 10.1.10.1 255.255.255.252
no shut
exit
int s1/1
ip add 10.1.10.5 255.255.255.252
no shut
exit
router ospf 1
router-id 1.1.1.1
network 10.1.1.1 0.0.0.0 area 0
network 10.1.10.1 0.0.0.0 area 0
network 10.1.10.5 0.0.0.0 area 0
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment