Netgear GSM7228PS - ProSAFE 28 ports Gigabit Ethernet L2 Managed Stackable Switch with PoE Guía De Administador

Descargar
Página de 486
108
   
|    
Chapter 9.  VRRP 
 
ProSafe 7000 Managed Switch Release 8.0.3 
a. Select Routing > VRRP > Advanced > VRRP Configuration. A screen similar to the 
following displays.
b.  Under Global Configuration, next to the Admin Mode, select Enable radio button. 
c.  Enter the following information in the VRRP Configuration:
•     
In the VRID (1 to 255) field, enter 20.
•     
In the Interface field, select 1/0/2.
•     
In the Primary IP Address field, enter 192.150.2.1.
•     
In the Mode field, select Active.
d.  Click Apply to save the settings.
VRRP on a Backup Router
The example is shown as CLI commands and as a Web interface procedure.
CLI: Configure VRRP on a Backup Router
1. 
Enable routing for the switch. IP forwarding will then be enabled by default.
(Netgear Switch) #config 
(Netgear Switch) (Config)#ip routing 
2. 
Configure the IP addresses and subnet masks for the port that will participate in the protocol.
(Netgear Switch) (Config)#interface 1/0/4
(Netgear Switch) (Interface 1/0/4)#routing 
(Netgear Switch) (Interface 1/0/4)#ip address 192.150.4.1 255.255.0.0
(Netgear Switch) (Interface 1/0/4)#exit