hit counter script

Cisco IE-4000 Software Configuration Manual page 919

Industrial ethernet switch
Hide thumbs Also See for IE-4000:
Table of Contents

Advertisement

Configuring IP Unicast Routing
Configuring Protocol-Independent Features
DETAILED STEPS
Command
1.
configure terminal
2.
router {bgp | rip | ospf | eigrp}
3.
redistribute protocol [process-id] {level-1 |
level-1-2 | level-2} [metric metric-value]
[metric-type type-value] [match internal | external
type-value] [tag tag-value] [route-map map-tag]
[weight weight] [subnets]
4.
default-metric number
5.
default-metric bandwidth delay reliability loading
mtu
6.
end
7.
show route-map
8.
copy running-config startup-config
To disable redistribution, use the no form of the commands.
EXAMPLE
Given the following configuration, a RIP-learned route for network 160.89.0.0 and an ISO IGRP-learned route with prefix
49.0001.0002 will be redistributed into an IS-IS Level 2 link-state PDU with metric 5:
router isis
redistribute rip route-map ourmap
redistribute iso-igrp remote route-map ourmap
route-map ourmap permit
match ip address 1
match clns address ourprefix
set metric 5
set level level-2
access-list 1 permit 160.89.0.0 0.0.255.255
clns filter-set ourprefix permit 49.0001.0002...
Configuring Policy-Based Routing
You can use policy-based routing (PBR) to configure a defined policy for traffic flows. By using PBR, you can have more
control over routing by reducing the reliance on routes derived from routing protocols. PBR can specify and implement
routing policies that allow or deny paths based on:
Identity of a particular end system
Application
Protocol
Purpose
Enter global configuration mode.
Enter router configuration mode.
Redistribute routes from one routing protocol
to another routing protocol. If no route-maps
are specified, all routes are redistributed. If the
keyword route-map is specified with no
map-tag, no routes are distributed.
Cause the current routing protocol to use the
same metric value for all redistributed routes
(BGP, RIP, and OSPF).
Cause the EIGRP routing protocol to use the
same metric value for all non-EIGRP
redistributed routes.
Return to privileged EXEC mode.
Display all route maps configured or only the
one specified to verify configuration.
(Optional) Save your entries in the
configuration file.
915

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ie-5000Ie-4010

Table of Contents