Creating a standard bACL

A standard ACL permits or denies traffic according to source address only.

  1. Enter configure terminal to access global configuration mode.
    device# configure terminal
    
  2. Enter the ip access-list standard command to create the ACL.
    device(config)# ip access-list standard stdACL3
    
  3. Enter rules crafted for your IP broadcast ACL (bACL).
    device(conf-ipacl-std)# permit host 10.1.1.2