Forum Discussion

keiti_4329's avatar
keiti_4329
Icon for Nimbostratus rankNimbostratus
Jul 21, 2016

Deletion specific IPv6 neighbor entry

Hello Expert,

 

Does LTM support to delete specific IPv6 neighbor entry? I think we are able to delete entire neighbor entries only, not specific..

 

1 Reply

  • You can use this command:

    tmsh delete ndp xxxxxx
    

    For example, I want to delete [2001::000b]:

    root@(ltm-1141-61)(cfg-sync Standalone)(Active)(/Common)(tmos) delete net ndp ?
    Options:
      all                  Apply the command to all configuration items
    Identifier:
      [object identifier]  Name
    
    root@(ltm-1141-61)(cfg-sync Standalone)(Active)(/Common)(tmos) show net ndp
    
    ------------------------------------------------------------------------------------------------------------------------------
    Net::Ndp
    Name                              Address                           HWaddress        Vlan             Expire-in-sec  Status
    ------------------------------------------------------------------------------------------------------------------------------
    2001::b                           2001::b                           0:c:29:56:5a:63  /Common/clients  24             reachable
    fe80::20c:29ff:fe56:5a63%vlan101  fe80::20c:29ff:fe56:5a63%vlan101  0:c:29:56:5a:63  /Common/clients  19             reachable
    
    root@(ltm-1141-61)(cfg-sync Standalone)(Active)(/Common)(tmos) delete net ndp 2001::b
    
    root@(ltm-1141-61)(cfg-sync Standalone)(Active)(/Common)(tmos) show net ndp
    
    ------------------------------------------------------------------------------------------------------------------------------
    Net::Ndp
    Name                              Address                           HWaddress        Vlan             Expire-in-sec  Status
    ------------------------------------------------------------------------------------------------------------------------------
    fe80::20c:29ff:fe56:5a63%vlan101  fe80::20c:29ff:fe56:5a63%vlan101  0:c:29:56:5a:63  /Common/clients  14             reachable