Setting up rip routing, Setting up rip routing -14 – Enterasys Networks XSR-3020 User Manual
Page 58

Setting Up RIP Routing
3-14 Software Configuration
Trial load the completed configuration into the firewall engine, and if successful, load the
configuration:
XSR(config)#ip firewall load trial
XSR(config)#ip firewall load
Complete LAN and WAN interface configuration:
XSR(config)#interface gigabitethernet 1
XSR(config-if
XSR(config-if
XSR(config)#interface gigabitethernet 2
XSR(config-if
XSR(config-if
XSR(config)#interface serial 1/0:0
XSR(config-if
XSR(config-if
Globally enable the firewall. Even though you have configured and loaded the firewall, only
invoking the following command “turns on” the firewall. Once enabled, if you are remotely
connected, the firewall will close your session. Simply login again.
XSR(config)#ip firewall enable
For more Firewall configuration examples, refer to the XSR User’s Guide.
Setting Up RIP Routing
The following commands configure a GigabitEthernet and Serial interface to support RIP with
additional functionality as an option:
1.
Enter interface gigabitethernet <1 | 2 | 3> to acquire Interface mode and select the first,
second, or third GigabitEthernet port.
2.
Enter ip address <xxx.xxx.xxx.xxx> <yyy.yyy.yyy.yyy> where x is the IP address and y is the
subnet mask of this GigabitEthernet port.
3.
Enter no shutdown to keep the interface enabled.
4.
Enter interface serial <slot # | card # | port #> of the serial NIM card to re-acquire Interface
mode and select slot, card and port numbers.
5.
Enter ip address <xxx.xxx.xxx.xxx> <yyy.yyy.yyy.yyy> where x is the IP address and y is the
subnet mask of the serial port.
6.
Enter ip rip authentication mode text if you want to set clear-text authentication. If you enter
this command, continue with the
, otherwise, go to
7.
Enter ip rip authentication key-string <text> to specify a text string for authentication.
8.
Enter no shutdown to keep the interface enabled.
9.
Enter ip rip send version <1 | 2> to allow the RIP version of update transmissions. Version 1
is the default value.
10. Enter ip rip receive version <1 | 2> to allow a RIP version of updated transmissions. Accept
both RIP V1 and V2 is the default value.
11. Enter router rip to acquire Router configuration mode and enable RIP routing.