Configuring RIP parameters

Use the CLI syntax described in this section to configure RIP parameters at the global, group, and neighbor level.

CLI syntax

config>router
  rip
  authentication-key [authentication-key | hash-key [hash|hash2|custom]
  authentication-type {none | password | message-digest | message-digest-20}
  check-zero {enable | disable}
  description string
  export policy-name [policy-name ...up to 5 max]
  import policy-name [policy-name ...up to 5 max]
  message-size number 
  metric-in metric
  metric-out metric
  preference number
  receive {both | none | version-1 | version-2}
  send {broadcast | multicast | none | version-1 | both}
  no shutdown
  split-horizon {enable | disable}
  timers update timeout flush 

  group group-name 
    authentication-key [authentication-key | hash-key [hash | hash2| custom]
    authentication-type {none | password | message-digest | message-digest-20}
    check-zero {enable | disable}
    description string
    export policy-name [policy-name ...up to 5 max]]
    import policy-name [policy-name ...up to 5 max]]
    message-size number 
    metric-in metric
    metric-out metric
    preference number
    receive {both | none | version-1 | version-2}
    send {broadcast | multicast | none | version-1}
    no shutdown
    split-horizon {enable | disable}
    timers update timeout flush

    neighbor ip-int-name 
      authentication-key [authentication-key | hash-key [hash | hash2| custom]
      authentication-type {none | password | message-digest | message-digest-20}
      check-zero {enable | disable}
      description string
      export policy-name [policy-name ...up to 5 max]]
      import policy-name [policy-name ...up to 5 max]]
      message-size number 
      metric-in metric
      metric-out metric
      preference number
      receive {both | none | version-1 | version-2}
      send {broadcast | multicast | none | version-1}
      split-horizon {enable | disable}
      timers update timeout flush
      no shutdown