Creating a standard IPv6 ACL

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 ipv6 access-list standard command to create the access list.
    device(config)# ipv6 access-list standard std_V6_ACL4
    
  3. Enter rules, specifying the needed parameters.
    device(conf-ip6acl-std)# seq 5 permit host 2001:db8::1:2
    device(conf-ip6acl-std)# seq 15 deny any
    
  4. Apply the ACL to the appropriate interface.