Created
September 17, 2019 18:37
-
-
Save afaqk9394/553dfa854497b3a9938b4b7b1eb0198f 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
| R1#sh run int fa0/0 | |
| Building configuration... | |
| Current configuration : 192 bytes | |
| ! | |
| interface FastEthernet0/0 | |
| ip address 192.168.1.2 255.255.255.0 | |
| duplex auto | |
| speed auto | |
| standby 1 ip 192.168.1.1 | |
| standby 1 priority 105 | |
| standby 1 preempt | |
| standby 1 track Serial0/0 | |
| end | |
| R2#sh run int fa0/0 | |
| Building configuration... | |
| Current configuration : 168 bytes | |
| ! | |
| interface FastEthernet0/0 | |
| ip address 192.168.1.3 255.255.255.0 | |
| duplex auto | |
| speed auto | |
| standby 1 ip 192.168.1.1 | |
| standby 1 preempt | |
| standby 1 track Serial0/0 | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment