22: Configuring Routing Information Protocol (RIP)
_______________________________________________________________________________________________________
_______________________________________________________________________________________________________
© Virtual Access 2018
GW6600 Series User manual
Issue: 1.7
Page 230 of 519
ripd.@interface[1].auth_mode=text
ripd.@interface[1].auth_key=secret
ripd.@interface[2]=interface
ripd.@interface[2].rip_interface=lan3
ripd.@interface[2].split_horizon=1
ripd.@interface[2].poison_reverse=0
ripd.@interface[2].passive=0
ripd.@interface[2].auth_mode=md5
ripd.@interface[2].key_chain=Keychain1
ripd.@key_chain[0]=key_chain
ripd.@key_chain[0].key_chain_name=Keychain1
ripd.@key_chain[0].key_id=1
ripd.@key_chain[0].auth_key=123
ripd.@offset[0]=offset
ripd.@offset[0].metric=1
ripd.@offset[0].match_network=10.1.1.1/24
22.4.2
RIP using package options
root@VA_router:~# uci export ripd
package ripd
config routing 'ripd'
option version '2'
option enabled 'yes'
list network 'lan2'
list network 'gre1'
list neighbor '10.1.1.100'
list neighbor '10.1.2.100'
option tb_update_sec '30'
option tb_timeout_sec '180'
option tb_garbage_sec '120'
option default_info_originate 'yes'
option redistribute_kernel_routes 'yes'
config interface
option rip_interface 'lan'