Forum Discussion
James_Yang_9987
Dec 07, 2005Historic F5 Account
how can I boundle two VS?
Hello, I just encounter a request that the one client(same IP address) may come from three router to BIGIP, but only one router at once. as you know, BIGIP's autolasthop feature will return the packet...
James_Yang_9981
Altostratus
Dec 14, 2005good news, I have found BIGIP V9.2.2 has solved the issue.
the last rules is like this:
for ingress VS:
when CLIENT_ACCEPTED {
set sss [IP::remote_addr]
set lll [list $sss any]
set srcmac [LINK::lasthop]
session add uie $lll $srcmac
log "Remote IP address is $sss, MAC address is $srcmac"
set ccc [session lookup uie $lll]
log "insert MAC address is $ccc"
}
for egress VS:
when CLIENT_ACCEPTED {
set sss [IP::local_addr]
set lll [list $sss any]
set ccc [session lookup uie $lll]
log "MAC address of $sss is $ccc"
}
the insert parameter of session must be like [list $sss any], otherwise it will not work accross VS.
Recent Discussions
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