![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
All CLI Access Control List CONFIG commands for configuring client connection access control parameters are listed in Table 11 in alphabetical order.All CLI Access Control List CONFIG commands for configuring subject access controls for ACL client profiles are listed in Table 12 in alphabetical order.The Access Control List CONFIG level allows you to configure client connection access controls for the P-7500 system. It also allows you to create and configure ACL client profiles for controlling to subject publishing and subscriptions.You reach this level by entering either acl client-connect or create acl profile <name> (or acl profile <name> if the profile already exists) at the Global CONFIG level, where name is the name of the specified ACL profile.tibco# configuretibco(config)# acl client-connectThe CLI is now at the ACL Client Connect CONFIG level for configuring client connection access control parameters default-action and exception.
Note: The no version (no acl client-connect) removes the client connection access control configuration from the P-7500 system.tibco# configuretibco(config)# create acl profile bobThe CLI is now at the ACL Profile CONFIG level for configuring subject access control parameters default-action and exception on ACL client profiles.
Note: The no version (no acl profile <name>) deletes the specified ACL profile from the P-7500 system.
Table 12 Access Control List CONFIG Commands for ACL client profiles tibco# configuretibco(config)# acl client-connecttibco(config-acl-cc)# default-action allowexception cidr-addrcidr-addr is the IP address and network mask combination of the excepted client in Classless Inter-Domain Routing (CIDR) form: nnn.nnn.nnn.nnn/dd (where nnn is 0-255, dd is 0-32)tibco# configuretibco(config)# acl client-connecttibco(config-acl-cc)# exception 172.200.0.0/16Entering the publish-subject ACL Profile CONFIG command moves you to the ACL Profile Publish Subject CONFIG level for configuring parameters default-action and exception.tibco# configuretibco(config)# create acl profile bobtibco(config-acl-profile)# publish-subjecttibco(config-acl-profile-publish-subject)# default-action disallowUse this command to set the exceptions to the default action for publishing subject access attempts.tibco# configuretibco(config)# create acl profile bobtibco(config-acl-profile)# publish-subjectEntering the subscribe-subject ACL Profile CONFIG command moves you to the ACL Profile Subscribe Subject CONFIG level for configuring parameters default-action and exception.allow configures the subscription subject access to allow the subscribing to subjects (system default)tibco# configuretibco(config)# create acl profile bobtibco(config-acl-profile)# subscribe-subjectUse this command to set the exceptions to the default action for subscription subject access attempts.tibco# configuretibco(config)# create acl profile bobtibco(config-acl-profile)# subscribe-subject
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |