Skip to content

Instantly share code, notes, and snippets.

@overnew
Created February 4, 2024 06:01
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/7affe2e44e8cc8c9581f71aeee56ee27 to your computer and use it in GitHub Desktop.
Save overnew/7affe2e44e8cc8c9581f71aeee56ee27 to your computer and use it in GitHub Desktop.
ISP conf
//step 1: IP 세팅
conf t
interface Serial1/0
ip address 1.1.100.1 255.255.255.252
no sh
interface Serial1/1
ip address 1.1.100.13 255.255.255.252
no sh
interface Serial1/2
ip address 1.1.100.5 255.255.255.252
no sh
interface Serial1/3
ip address 1.1.100.9 255.255.255.252
no sh
router ospf 1
network 1.0.0.0 0.255.255.255 area 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment