From: Jonathan V Hays (jhays@jtan.com)
Date: Fri Aug 01 2003 - 10:43:24 GMT-3
switch-2#sh ver
Cisco Internetwork Operating System Software
IOS (tm) C3550 Software (C3550-I5Q3L2-M), Version 12.1(13)EA1a, RELEASE
SOFTWARE (fc1)
[text omitted]
switch-2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
switch-2(config)#ip routing
switch-2(config)#in vlan 10
switch-2(config-if)#ip address 10.10.10.1 255.255.255.0
switch-2(config-if)#exit
switch-2(config)#ip local policy route-map test
switch-2(config)#route-map test permit 10
switch-2(config-route-map)#set ip next-hop 10.10.10.2
switch-2(config-route-map)#end
18:03:49: %SYS-5-CONFIG_I: Configured from console by console
switch-2#sh ip local policy
Local policy routing is enabled, using route map test
route-map test, permit, sequence 10
Match clauses:
Set clauses:
ip next-hop 10.10.10.2
Policy routing matches: 0 packets, 0 bytes
HTH,
Jonathan
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
wwwjjang@chol.com
Sent: Friday, August 01, 2003 3:42 AM
To: ccielab@groupstudy.com
Subject: is it possible?
Hi..every one..
i have no C3550 switchs.
so i want to know that it's possible to configure "local policy routing'
in the Cat3550..
This configuration is right in Cat 3550 ??
C3550(SVI-10:10.10.10.1)-----(eo 10.10.10.2)R1
---------------------------------------------------
ip routing
!
interface vlan 10
ip address 10.10.10.1 255.255.255.0
!
ip local policy route-map test
!
route-map test permit 10
set ip next-hop 10.10.10.2
----------
key-point
----------
when there is no any routing protocol,static routing,default-routing
in C3550, I want to send all traffic to the R1.
This archive was generated by hypermail 2.1.4 : Tue Sep 02 2003 - 18:53:51 GMT-3