Go to main content

Oracle® Rack Universal Power Distribution Unit User's Guide

Exit Print View

Updated: May 2019
 
 

Modify a Role-Based Access Control Rule

  1. To modify the IP address range an IPv4 role-based access control rule, at the config:# prompt, type security roleBasedAccessControl ipv4 rule modify <rule_number> startIpAddress <start_ip> endIpAddress <end_ip>, and press Enter.
  2. To modify the IP address range an IPv4 role-based access control rule, at the config:# prompt, type security roleBasedAccessControl ipv6 rule modify <rule_number> startIpAddress <start_ip> endIpAddress <end_ip>, and press Enter.
  3. To modify the rule role of an IPv4 role-based access control rule, at the config:# prompt, type security roleBasedAccessControl ipv4 rule modify <rule_number> role <role>, and press Enter.
  4. To modify the rule role of an IPv6 role-based access control rule, at the config:# prompt, type security roleBasedAccessControl ipv6 rule modify <rule_number> role <role>, and press Enter.
  5. To modify the policy of an IPv4 role-based access control rule, at the config:# prompt, type security roleBasedAccessControl ipv4 rule modify <rule_number> policy <policy>, and press Enter.
  6. To modify the policy of an IPv6 role-based access control rule, at the config:# prompt, type security roleBasedAccessControl ipv6 rule modify <rule_number> policy <policy>, and press Enter.
  7. To modify all contents of an existing IPv4 role-based access control rule, at the config:# prompt, type security roleBasedAccessControl ipv4 rule modify <rule_number> startIpAddress <start_ip> endIpAddress <end_ip> role <role> policy <policy>, and press Enter.
  8. To modify all contents of an existing IPv6 role-based access control rule, at the config:# prompt, type security roleBasedAccessControl ipv6 rule modify <rule_number> startIpAddress <start_ip> endIpAddress <end_ip> role <role> policy <policy>, and press Enter.
    • <rule_number> is the number of the existing rule that you want to modify.

    • <start_ip> is the starting IP address.

    • <end_ip> is the ending IP address.

    • <role> is the role for which you want to modify an access control rule.

    <policy> is one of these options:

    • allow – Accepts traffic from the specified IP address range when the user is a member of the specified role.

    • deny – Drops traffic from the specified IP address range when the user is a member of the specified role.