ADC CLI Commands

dns-action64

The following operations can be performed on “dns-action64”:

add rm unset show set

add dns action64

Add a dns64 action.

Synopsis

add dns action64 -Prefix <ipv6_addr|*> [-mappedRule ] [-excludeRule ]

Arguments

actionName Name of the dns64 action.

Prefix The dns64 prefix to be used if the after evaluating the rules

mappedRule The expression to select the criteria for ipv4 addresses to be used for synthesis. Only if the mappedrule is evaluated to true the corresponding ipv4 address is used for synthesis using respective prefix, otherwise the A RR is discarded

excludeRule The expression to select the criteria for eliminating the corresponding ipv6 addresses from the response.

Example

add dns dns64action -prefix f23d:f43e::0/32 [-mappedRule ] [-excludeRule ]

rm dns action64

Removes a dns64 Action.

Synopsis

rm dns action64

Arguments

actionName Name of the dns64 action.

Example

rm dns dns64action action1

unset dns action64

Use this command to remove dns action64 settings.Refer to the set dns action64 command for meanings of the arguments.

Synopsis

unset dns action64 [-Prefix] [-mappedRule] [-excludeRule]

show dns action64

Used to display the action-related information.

Synopsis

show dns action64 []

Arguments

actionName Name of the dns64 action.

Output

Prefix The dns64 prefix to be used if the after evaluating the rules

mappedRule The expression to select the criteria for ipv4 addresses to be used for synthesis. Only if the mappedrule is evaluated to true the corresponding ipv4 address is used for synthesis using respective prefix, otherwise the A RR is discarded

excludeRule The expression to select the criteria for eliminating the corresponding ipv6 addresses from the response.

builtin Flag to determine whether dna64action is default or not

feature The feature to be checked while applying this config

devno count stateflag

Example

show dns dns64action

set dns action64

Set a DNS64 Action

Synopsis

set dns action64 [-Prefix <ipv6_addr|*>] [-mappedRule ] [-excludeRule ]

Arguments

actionName Name of the dns64 action.

Prefix The dns64 prefix to be used if the after evaluating the rules

mappedRule The expression to select the criteria for ipv4 addresses to be used for synthesis. Only if the mappedrule is evaluated to true the corresponding ipv4 address is used for synthesis using respective prefix, otherwise the A RR is discarded

excludeRule The expression to select the criteria for eliminating the corresponding ipv6 addresses from the response.

Example

set dns dns64action -prefix -mappedrule -excluderule

dns-action64