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

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Links= *http://www.cisco.com/c/en/us/support/docs/ip/hot-standby-router-protocol-hsrp/13780-6.html“)
 
Zeile 1: Zeile 1:
 +
=c1841=
 +
<pre>
 +
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
 +
<pre>
 +
=c2651=
 +
<pre>
 +
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
 +
</pre>
 +
 +
 +
 
=Links=
 
=Links=
 
*http://www.cisco.com/c/en/us/support/docs/ip/hot-standby-router-protocol-hsrp/13780-6.html
 
*http://www.cisco.com/c/en/us/support/docs/ip/hot-standby-router-protocol-hsrp/13780-6.html

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
<pre>
=c2651=
<pre>
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