Hot Standby Router Protocol (HSRP): Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 16: Zeile 16:
 
  standby 1 preempt
 
  standby 1 preempt
 
end
 
end
<pre>
+
</pre>
 
=c2651=
 
=c2651=
 
<pre>
 
<pre>

Version vom 7. April 2016, 12:17 Uhr

c1841

c1841#show run interface fastEthernet 0/1
Building configuration...

Current configuration : 201 bytes
!
interface FastEthernet0/1
 ip address 10.20.30.2 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 duplex auto
 speed auto
 standby 1 ip 10.20.30.1
 standby 1 priority 110
 standby 1 preempt
end

c2651

c2651#show run interface fastEthernet 0/1
Building configuration...

Current configuration : 182 bytes
!
interface FastEthernet0/1
 ip address 10.20.30.3 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 duplex auto
 speed auto
 standby 1 ip 10.20.30.1
 standby 1 priority 105
end


Links