Netgear M5300-28G (GSM7228S) - ProSAFE 24-port Gigabit L2+ Managed Stackable Switch 管理者ガイド

ページ / 542
78
   
|    
Chapter 6.  RIP 
 
ProSafe Managed Switch 
Web Interface: Enableg RIP on the Switch
1. 
Select Routing > RIP > Basic > RIP Configuration. A screen similar to the following 
displays.
2. 
For RIP Admin Mode, select Enable radio button.
3. 
Click Apply to save the setting.
RIP for Ports 1/0/2 and 1/0/3
The example is shown as CLI commands and as a Web interface procedure.
CLI: Enable RIP for Ports 1/0/2 and 1/0/3
This command sequence enables RIP for ports 1/0/2 and 1/0/3. Authentication defaults to 
none, and no default route entry is created. The commands specify that both ports receive 
both RIPv1 and RIPv2 frames, but send only RIPv2-formatted frames.
(Netgear Switch) #config
(Netgear Switch) (Config)#interface 1/0/2
(Netgear Switch) (Interface 1/0/2)#ip rip
(Netgear Switch) (Interface 1/0/2)#ip rip receive version both
(Netgear Switch) (Interface 1/0/2)#ip rip send version rip2
(Netgear Switch) (Interface 1/0/2)#exit
(Netgear Switch) (Config)#interface 1/0/3
(Netgear Switch) (Interface 1/0/3)#ip rip
(Netgear Switch) (Interface 1/0/3)#ip rip receive version both
(Netgear Switch) (Interface 1/0/3)#ip rip send version rip2
(Netgear Switch) (Interface 1/0/3)#exit
(Netgear Switch) (Config)#exit