hit counter script

Cisco 300 Series Cli Manual page 43

Stackable managed switches
Hide thumbs Also See for 300 Series:
Table of Contents

Advertisement

1
Auto-Negotiation
43
With RIP
The following example describes how to configure IP on a Layer 3 switch with RIP
running on the loopback interface:
Switch# configure terminal
Switch(config)# interface vlan 1
Switch(config-if)# ip address 10.10.10.2 /24
Switch(config-if)# exit
Switch(config)# interface vlan 2
Switch(config-if)# ip address 10.11.11.2 /24
Switch(config-if)# exit
Switch(config)# interface loopback 1
Switch(config-if)# ip address 172.25.13.2 /32
Switch(config-if)# exit
Switch(config)# router rip
Switch(config-rip)# network 10.10.10.2
Switch(config-rip)# network 10.11.10.2
Switch(config-rip)# network 172.25.13.2
Switch(config-rip)# exit
Switch(config)# interface ip 172.25.13.2
Switch(config-ip)# ip rip passive-interface
Switch(config-ip)# exit
The other routers do not need static routes for 172.25.13.2/32, because the route
is advertised by RIP.
On devices with less than 20 ports, the two highest ports (e.g. ports 9-10 on
SG300-10P) cannot be configured with auto-negotiation.
OL-32830-01 Command Line Interface Reference Guide
Introduction

Advertisement

Table of Contents
loading

Table of Contents