Changes between Version 15 and Version 16 of Internal/OpenFlow/CLISetup


Ignore:
Timestamp:
Sep 3, 2009, 8:45:26 PM (15 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/CLISetup

    v15 v16  
    232232access-list 1 40 permit host 172.16.100.1
    233233}}}
     234To add a block of IP's to the ACL, you need the starting IP address and wildcard (range of host addresses available) for that IP block. To add the Network VLAN subnet to the ACL:
     235{{{
     236access-list 1 50 permit 172.16.0.1 0.0.255.255
     237}}}
    234238
    235239to include it in the snmp access list, use the following command: