Skip to content

Instantly share code, notes, and snippets.

@Maslor
Last active September 15, 2015 21:33
Show Gist options
  • Select an option

  • Save Maslor/32b4321dec141f084e8f to your computer and use it in GitHub Desktop.

Select an option

Save Maslor/32b4321dec141f084e8f to your computer and use it in GitHub Desktop.
Basic configuration of a cisco router on the GNS3 emulator.
conf t
interface f0/0
no shut
ip add 222.222.10.1 255.255.255.0
int f0/1
no shut
ip add 222.222.20.1 255.255.255.0
end
wr
sh ip int brief
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment