Rip Configuration Example - Lenovo RackSwitch G8264 Application Manual

For lenovo enterprise network operating system 8.4
Hide thumbs Also See for RackSwitch G8264:
Table of Contents

Advertisement

RIP Configuration Example

1. Add VLANs for routing interfaces.  
2. Add IP interfaces with IPv4 addresses to VLANs.  
3. Turn on RIP globally and enable RIP for each interface.  
© Copyright Lenovo 2016
The following is an example of RIP configuration.
Note: An interface with RIP disabled uses all the default values of the RIP, no 
matter how the RIP parameters are configured for that interface. RIP sends out RIP 
regular updates to include an UP interface, but not a DOWN interface. 
>> (config)# vlan 2
>> (config­vlan)# exit
>> (config)# interface port 2
>> (config­if)# switchport mode trunk
>> (config­if)# switchport trunk allowed vlan add 2
Port 2 is an UNTAGGED port and its current PVID is 1.
Confirm changing PVID from 1 to 2 [y/n]: y
>> (config­if)# exit
>> (config)# vlan 3
>> (config­vlan)# exit
>> (config)# interface port 3
>> (config­if)# switchport mode trunk
>> (config­if)# switchport trunk allowed vlan add 3
>> (config­if)# exit
Port 3 is an UNTAGGED port and its current PVID is 1.
Confirm changing PVID from 1 to 3 [y/n]: y
>> # interface ip 2
>> (config­ip­if)# enable
>> (config­ip­if)# ip address 102.1.1.1
>> (config­ip­if)# vlan 2
>> (config­ip­if)# exit
>> # interface ip 3
>> (config­ip­if)# enable
>> (config­ip­if)# ip address 103.1.1.1
>> (config­ip­if)# vlan 3
>> # router rip
>> (config­router­rip)# enable
>> (config­router­rip)# exit
>> # interface ip 2
>> (config­ip­if)# ip rip enable
>> (config­ip­if)# exit
>> # interface ip 3
>> (config­ip­if)# ip rip enable
>> (config­ip­if)# exit
Use the following command to check the current valid routes in the routing table of 
the switch:  
>> # show ip route
Chapter 31: Routing Information Protocol
491

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents