Forum Discussion
Masaru_Takahash
Nimbostratus
Mar 23, 2005IPv6 address prefix difinition
Please teach the definition method when the IPv6 address is used.
I did not do the operation for which I had hoped though I tried various rule.
I want to make the rule that li...
Masaru_Takahash
Nimbostratus
Mar 23, 2005I tested by both V9.0.2 and V9.0.4.
When all samples were changed from "eq" to "equals", it operated correctly.
However, only one sample operated in V9.0.4.
V9.0.2(OK), V9.0.4(OK)
---------------------------------------------------------------------
when CLIENT_ACCEPTED {
if { [IP::addr "[IP::remote_addr]/64" equals 3ffe:1234:1234:5678::] } {
pool lb_Pool
} else {
discard
}
}
---------------------------------------------------------------------
V9.0.2(OK), V9.0.4(NG)
---------------------------------------------------------------------
when CLIENT_ACCEPTED {
if { [IP::addr "[IP::remote_addr] mask ffff:ffff:ffff:ffff::0" equals "3ffe:1234:1234:5678::"] } {
pool lb_Pool
} else {
discard
}
}
---------------------------------------------------------------------
V9.0.2(OK), V9.0.4(NG)
---------------------------------------------------------------------
when CLIENT_ACCEPTED {
if { [IP::addr [IP::remote_addr] equals 3ffe:1234:1234:5678::/64] } {
pool lb_Pool
} else {
discard
}
}
---------------------------------------------------------------------
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
