Configuration Example - HP procurve 8100fl series Management And Configuration Manual

Hide thumbs Also See for procurve 8100fl series:
Table of Contents

Advertisement

Configuration Example

The following configuration example configures Gigabit Ethernet ports 3 and
4 in slot 1 to support RIP version 2 and to apply MD5 authentication control
to incoming RIP traffic.
The 8100fl switch is also configured to support RIP version 2, to redistribute
traffic from OSPF.
Routing is enabled for networks 192.168.12.0 and 192.168.22.0.
The running configuration for this RIP configuration would look like:
ProCurve#show running-config
...
Current configuration:
! Last modified on 2006-04-30T19:41 by trial@Router
version 2.5
enable secret 5 $1$dcwu$rg0NelE9NV9pI.SoMeB.L0
hostname ProCurve 8100fl
!
interface GigabitEthernet1/3
no shutdown
ip address 192.168.99.1 255.255.255.0
ip rip authentication mode md5
ip rip version 2
!
interface GigabitEthernet1/4
no shutdown
ip address 192.168.101.1 255.255.255.0
ip rip authentication mode md5
ip rip version 2
...
interface Management0
no shutdown
ip address 10.203.11.27 255.255.0.0
!
router rip
network 192.168.12.0
network 192.168.22.0
version 2
redistribute ospf
RIP Configuration
Configuring an Interface for RIP
12-7

Advertisement

Table of Contents
loading

Table of Contents