-
IPV6_SUBNET_AT
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
IPV6_SUBNET_AT
Provides operations for the integral IPv6 subnet address value.
This topic lists the expressions that are provided by this class.
APPEND(text_tstr)
Appends the given string to the string representation of the current
IPv6 subnet address.
Parameters:
str -
the string to append.
Returns: text_t
EQ(ipv6_subnet_ati)
Returns Boolean TRUE if the IPv6 subnet address value is same as the
argument.
IPv6 Subnet Address specified must be in following form:
1000:1001:CD10:0000:0000:89AB:4567:CDEF/64
Parameters:
i -
IP Subnet Address
Returns: bool_at
GET1
If the IPv6 subnet address in the current context is
1000:1001:CD10:0000:0010:89AB:4567:CDEF/64
then it will return 1000, the first set of 16 bits in the 128 bit
address. The IPv6 address is printed using hexadecimal digits.
If the IPv6 address is 1000:1001:CD10:0000:0010:89AB:4567:CDEF/64 then
RADIUS.REQ.AVP(97).VALUE.TYPECAST_IPV6_SUBNET_AT.GET1.EQ(0x1000) will return true.
Returns: num_at
GET2
If the IPv6 subnet address in the current context is
1000:1001:CD10:0000:0010:89AB:4567:CDEF/64
then it will return 1001, the second set of 16 bits in the 128 bit
address. The IPv6 address is printed using hexadecimal digits.
If the IPv6 address is 1000:1001:CD10:0000:0010:89AB:4567:CDEF/64 then
RADIUS.REQ.AVP(97).VALUE.TYPECAST_IPV6_SUBNET_AT.GET2.EQ(0x1001) will return true.
Returns: num_at
GET3
If the IPv6 subnet address in the current context is
1000:1001:CD10:0000:0010:89AB:4567:CDEF/64
then it will return CD10, the third set of 16 bits in the 128 bit
address. The IPv6 address is printed using hexadecimal digits.
If the IPv6 address is 1000:1001:CD10:0000:0010:89AB:4567:CDEF/64 then
RADIUS.REQ.AVP(97).VALUE.TYPECAST_IPV6_SUBNET_AT.GET3.EQ(0xCD10) will return true.
Returns: num_at
GET4
If the IPv6 subnet address in the current context is
1000:1001:CD10:0000:0010:89AB:4567:CDEF/64
then it will return 0000, the fourth set of 16 bits in the 128 bit
address. The IPv6 address is printed using hexadecimal digits.
If the IPv6 address is 1000:1001:CD10:0000:0010:89AB:4567:CDEF/64 then
RADIUS.REQ.AVP(97).VALUE.TYPECAST_IPV6_SUBNET_AT.GET4.EQ(0x0) will return true.
Returns: num_at
GET5
If the IPv6 subnet address in the current context is
1000:1001:CD10:0000:0010:89AB:4567:CDEF/64
then it will return 0010, the fifth set of 16 bits in the 128 bit
address. The IPv6 address is printed using hexadecimal digits.
If the IPv6 address is 1000:1001:CD10:0000:0010:89AB:4567:CDEF/64 then
RADIUS.REQ.AVP(97).VALUE.TYPECAST_IPV6_SUBNET_AT.GET5.EQ(0x0010) will return true.
Returns: num_at
GET6
If the IPv6 subnet address in the current context is
1000:1001:CD10:0000:00100:89AB:4567:CDEF/64
then it will return 89AB, the sixth set of 16 bits in the 128 bit
address. The IPv6 address is printed using hexadecimal digits.
If the IPv6 address is 1000:1001:CD10:0000:0010:89AB:4567:CDEF/64 then
RADIUS.REQ.AVP(97).VALUE.TYPECAST_IPV6_SUBNET_AT.GET6.EQ(0x89AB) will return true.
Returns: num_at
GET7
If the IPv6 subnet address in the current context is
1000:1001:CD10:0000:0010:89AB:4567:CDEF/64
then it will return 4567, the seventh set of 16 bits in the 128 bit
address. The IPv6 address is printed using hexadecimal digits.
If the IPv6 address is 1000:1001:CD10:0000:0010:89AB:4567:CDEF/64 then
RADIUS.REQ.AVP(97).VALUE.TYPECAST_IPV6_SUBNET_AT.GET7.EQ(0x4567) will return true.
Returns: num_at
GET8
If the IPv6 subnet address in the current context is
1000:1001:CD10:0000:0010:89AB:4567:CDEF/64
then it will return CDEF, the eigth set of 16 bits in the 128 bit
address. The IPv6 address is printed using hexadecimal digits.
If the IPv6 address is 1000:1001:CD10:0000:0010:89AB:4567:CDEF/64 then
RADIUS.REQ.AVP(97).VALUE.TYPECAST_IPV6_SUBNET_AT.GET8.EQ(0xCDEF) will return true.
Returns: num_at
NE(ipv6_subnet_ati)
Returns Boolean TRUE if the IPv6 subnet address value is NOT same as the
argument.
IPv6 Subnet Address specified must be in following form:
1000:1001:CD10:0000:0000:89AB:4567:CDEF/64
Parameters:
i -
IP Subnet Address
Returns: bool_at
PREFIXLENGTH
Returns Network Perfix Length from the given IPv6 Network Address
IPv6 Subnet Address specified must be in following form:
1000:1001:CD10:0000:0010:89AB:4567:CDEF/64
Then, this function will return 64
Returns: num_at
TYPECAST_TEXT_T
Typecast the IPv6 Subnet Address Value to its string representation.
Returns: text_t
Share
Share
In this article
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.