Skip to content

Instantly share code, notes, and snippets.

@overnew
Created February 5, 2024 14:06
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/75388ab2b8192bc8aaef417c9f1b8149 to your computer and use it in GitHub Desktop.
Save overnew/75388ab2b8192bc8aaef417c9f1b8149 to your computer and use it in GitHub Desktop.
isp.conf
conf t
int f0/0
ip add 1.1.100.2 255.255.255.252
no shut
exit
int s1/0
ip add 1.1.100.5 255.255.255.252
no shut
exit
int s1/1
ip add 1.1.100.9 255.255.255.252
no shut
exit
ip route 1.1.123.0 255.255.255.248 f0/0 1.1.100.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment