Relationship Between Address And Network Commands - Juniper IGP - CONFIGURATION GUIDE V11.1.X Configuration Manual

Software for e series broadband services routers ip, ipv6, and igp configuration guide
Table of Contents

Advertisement

Relationship Between address and network Commands

If you use the network command to configure a RIP network, use the ip rip
commands to configure the RIP attributes for that network. Do not use the address
commands.
If you use the address command to configure a RIP network, use the address
commands to configure the RIP attributes for that network. Do not use the ip rip
commands.
NOTE: The network and ip rip commands are maintained for industry compatibility.
You can configure all your RIP interfaces with the address commands. You cannot
configure unnumbered interfaces with the network and ip rip commands.
address
address authentication key
address authentication mode
Use to configure RIP to run on the interface specified by the IP address or on an
unnumbered interface. Use the address commands to configure RIP attributes
on the network.
Configures RIP with the default values: Send version is RIPv1, receive version is
RIPv1 and RIPv2, authentication is not enabled.
Example
host1(config-router)#address 10.2.1.1
Use the no version to delete the RIP interface.
See address
Use to specify either the simple password for text authentication or the
encryption/decryption key for MD5 authentication. The key is a string of up to
16 alphanumeric characters and can be mixed uppercase and lowercase.
You can specify whether the key is entered in unencrypted or encrypted format.
If you do not specify which, the string is assumed to be unencrypted.
Example
host1(config-router)#address 10.2.1.1 authentication key ke6G72mV
Use the no version to clear all authentication keys.
See address authentication key
Use to specify the authentication mode.
Specify text to send a simple text password to neighbors. If a neighbor does not
have the same password, requests and updates from this router are rejected.
Chapter 4: Configuring RIP
213
Configuration Tasks

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the IGP - CONFIGURATION GUIDE V11.1.X and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents