<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<span class="postbody"></span>Hi,<br>
<br>
Is it possible to force next hop for specified (source) network ? <br>
<br>
On cisco i made it like that:<br>
<br>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<span class="postbody">interface GigabitEthernet0/1</span><br>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<span class="postbody">ip address </span>xx.xx.xx.xx xx.xx.xx.xx<br>
<span class="postbody">ip policy route-map net-pa<br>
<br>
</span>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<span class="postbody">access-list 150 permit ip nn.nn.nn.nn
0.0.0.31 any</span><br>
<br>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<span class="postbody">route-map </span>net-pa permit 10<br>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<span class="postbody">match ip address 150</span><br>
<span class="postbody">set interface GigabitEthernet0/4<br>
<br>
<br>
How can i do this on SE100 ?<br>
<br>
Thanks for advices :)<br>
</span>
</body>
</html>