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

Page 58

Advertising
background image

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<G1>)#ip address 220.150.2.35 255.255.255.0
XSR(config-if<G1>)#no shutdown

XSR(config)#interface gigabitethernet 2
XSR(config-if<G2>)#ip address 220.150.2.17 255.255.255.0
XSR(config-if<G2>)#no shutdown

XSR(config)#interface serial 1/0:0
XSR(config-if<S1/0:0>)#ip address 206.12.44.16 255.255.255.0
XSR(config-if<S1/0:0>)#no shutdown

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

Step 7

, otherwise, go to

Step 8

.

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.

Advertising