Forum Discussion
kev_245_28249
Apr 22, 2011Nimbostratus
Nexthop
Hi,
I am trying to configure the nexthop global cmd via an iRule inorder to send traffic to a particular gateway depending upon which vlan it hits.
In a simple vm lab I have one vlan 'Prod'...
nitass
Apr 27, 2011Employee
this is what the escalation engineer tested.
anyway, we are still waiting for confirmation from PD.
------------------------------
the next hop mac address is onwed by 10.1.10.253 commented out now.
if i remove irule from virtual, the traffic goes to link2 10.2.10.253.
pool link-pool {
members 10.1.10.253:http {}
members 10.2.10.253:http {}
}
rule myrule {
when CLIENT_ACCEPTED {
log local0.info "hit!"
nexthop link1 00:01:D7:3A:E1:C4
}
}
virtual any_any {
destination 10.4.10.100:http
translate address disable
translate service disable
rule myrule
pool link-pool
}
------------------------------
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects