Created
February 2, 2018 05:25
-
-
Save HelloAlberuni/c1816708fa6fb3d58beac3a8967ddab0 to your computer and use it in GitHub Desktop.
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
| Router>enable | |
| Router#conf t | |
| Enter configuration commands, one per line. End with CNTL/Z. | |
| Router(config)#hostname Azad | |
| Azad(config)#int | |
| Azad>enable | |
| Azad#conf t | |
| Enter configuration commands, one per line. End with CNTL/Z. | |
| Azad(config)#int f0/0 | |
| Azad(config-if)#ip add 192.168.40.1 | |
| % Incomplete command. | |
| Azad(config-if)#ip add 192.168.40.1 255.255.255.252 | |
| Azad(config-if)#ip add 192.168.40.1 255.255.255.0 | |
| Azad(config-if)#no shut | |
| Azad(config-if)# | |
| %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up | |
| %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up | |
| ip add 192.168.40.1 255.255.255.0 | |
| Azad(config-if)#no shut | |
| Azad(config-if)#ex | |
| Azad(config)#int s0/0/0 | |
| Azad(config-if)#ip add 192.168.20.1 255.255.255.252 | |
| Azad(config-if)#clock rate 64000 | |
| Azad(config-if)#no shut | |
| %LINK-5-CHANGED: Interface Serial0/0/0, changed state to down | |
| Azad(config-if)# | |
| Azad# | |
| %SYS-5-CONFIG_I: Configured from console by console |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment