Skip to content

Instantly share code, notes, and snippets.

@afaqk9394
Created September 17, 2019 18:37
Show Gist options
  • Select an option

  • Save afaqk9394/553dfa854497b3a9938b4b7b1eb0198f to your computer and use it in GitHub Desktop.

Select an option

Save afaqk9394/553dfa854497b3a9938b4b7b1eb0198f to your computer and use it in GitHub Desktop.
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