Last active
September 15, 2015 21:33
-
-
Save Maslor/32b4321dec141f084e8f to your computer and use it in GitHub Desktop.
Basic configuration of a cisco router on the GNS3 emulator.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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