Configuring Target Addresses
  
  
    A target address is similar to the earlier concept of a trap receiver.
    - 
        To configure a target address, use the following
            command:
                    
                
        
configure snmpv3 add target-addr [[hex
            hex_addr_name] | addr_name] param [[hex
            hex_param_name] |param_name ] ipaddress [ ip_address | 
              ipv4-with-mask
            
            ip_and_tmask ] | [ ipv6_address | 
              ipv6-with-mask
            
            ipv6_and_tmask ]] {transport-port
            port_number} {from [src_ip_address | src_ipv6_address]}
              {vr
            vr_name} {tag-list [tag_list | hex
            hex_tag_list]} {volatile}
          
        
          In configuring the target address you supply an address name that
            identifies the target address, a parameters name that indicates the MP model and
            security for the messages sent to that target address, and the IP address and port for
            the receiver. The parameters name also is used to indicate the filter profile used for
            notifications. 
         
        
          The from option sets the source IP address in the
            notification packets.
          The tag-list option
            allows you to associate a list of tags with the target address. The tag defaultNotify is
            set by default. 
         
       
- 
        To display target addresses, use the following
          command:
        
show snmpv3 target-addr {[[hex
          hex_addr_name] | addr_name]} 
       
- 
        To delete a single target address or all target addresses,
          use the following command:
        
configure snmpv3 delete target-addr [{[[hex hex_addr_name] | addr_name]} | all]