When you configure option membership by network group, the type of network group determines the effects of membership.
- Internal network group IP addresses are subject to an Option in which the group is a member
- External network group IP addresses are exempt from an Option in which the group is a member.
Example using Teradata schema extensions:
dn: cn=no-direct-connect,cn=options,cn=policy1, cn=tdatrootP,dc=domain1,dc=com changetype: modify add: member member: cn=behind-the-firewall,cn=internal-network-groups,cn=policy1, cn=tdatrootP,dc=domain1,dc=com
Example using native schema extensions:
dn: cn=has-policy,ou=options,ou=policy1, ou=tdatrootP,dc=domain1,dc=com changetype: modify add: member member: cn=behind-the-firewall,ou=internal-network-groups,ou=policy1, ou=tdatrootP,dc=domain1,dc=com