<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Clustered Ontap LIF Status in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Clustered-Ontap-LIF-Status/m-p/131849#M28723</link>
    <description>&lt;P&gt;A simple command line tool to watch the network activity on your Ontap Logical Interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/robinpeters/cdot-lif-status" target="_blank"&gt;https://github.com/robinpeters/cdot-lif-status&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;## Example:
```
$ ./lifstat.pl 
Option c required 
Option u required 
Option p required 
Usage :: 
  -c|--cluster : Cluster Name to get Logical Interface Status. 
  -n|--node       : Node Name [To limit the lif stats to node level]. 
  -u|--username   : Username to connect to cluster.       Example : -u admin 
  -p|--passwd     : Password for username.                Example : -p netapp123 
  -v|--vserver    : Vserver Name [To limit the lif stats to vserver level]. 
  -i|--interval   : The Interval in seconds between the stats. 
  -h|--help       : Print this Help and Exit! 
  -V|--version    : Print the Version of this Script and Exit!


$ ./lifstat.pl -c 10.10.10.10 -u username -p password 
Node             UUID        R-Data R-Err   R-Pkts       S-Data S-Err   S-Pkts  LIF-Name             
node-01          1065       1748060     0      187            0     0        0  nfs_lif3             
node-01          1024           976     0        5          564     0        5  node-01_clus1     
node-02          1014           564     0        5          976     0        5  node-02_clus2     
node-01          1049           492     0        4          392     0        4  node-01_clus3     
node-02          1051           392     0        4          492     0        4  node-02_clus3     
node-02          1066           220     0        1            0     0        0  nfs_lif4             
node-02          1013           128     0        2          128     0        2  node-02_clus1     
node-01          1023           128     0        2          128     0        2  node-01_clus2     
node-02          1064             0     0        0            0     0        0  nfs_lif4             
node-01          1045             0     0        0            0     0        0  iscsi_lif2           
node-01          1026             0     0        0            0     0        0  node-01_mgmt1     
node-02          1047             0     0        0            0     0        0  iscsi_lif4           
node-02          1033             0     0        0            0     0        0  DFNAS02DR_nfs_lif2   
node-01          1038             0     0        0            0     0        0  cifs_lif1        
node-01          1032             0     0        0            0     0        0  DFNAS02DR_nfs_lif1   
node-02          1058             0     0        0            0     0        0  smb3cifs_lif02       
node-01          1057             0     0        0            0     0        0  smb3cifs_lif01       
node-01          1063             0     0        0            0     0        0  nfs_lif3             
node-02          1056             0     0        0            0     0        0  node-02_nfs_lif_1 
node-01          1053             0     0        0            0     0        0  node-01_icl1      
node-01          1048             0     0        0            0     0        0  iscsi-mgmt       
node-02          1035             0     0        0            0     0        0  lif2         
node-02          1039             0     0        0            0     0        0  cifs_lif2        
node-01          1034             0     0        0            0     0        0  lif1         
node-02          1046             0     0        0            0     0        0  iscsi_lif3           
node-01          1025             0     0        0            0     0        0  cluster_mgmt         
node-02          1027             0     0        0            0     0        0  node-02_mgmt1     
node-02          1054             0     0        0            0     0        0  node-02_icl1      
node-01          1059             0     0        0            0     0        0  smb3cifs_mgmt        
node-01          1062             0     0        0            0     0        0  coecifs1             
node-01          1044             0     0        0            0     0        0  iscsi_lif1           
node-01          1052             0     0        0            0     0        0  svm2_lif1            
node-01          1050             0     0        0            0     0        0  svm1_lif1            
node-02          1055             0     0        0            0     0        0  nfs_lif_1 
^C
....
....&lt;/PRE&gt;</description>
    <pubDate>Wed, 04 Jun 2025 14:57:50 GMT</pubDate>
    <dc:creator>robinpeter</dc:creator>
    <dc:date>2025-06-04T14:57:50Z</dc:date>
    <item>
      <title>Clustered Ontap LIF Status</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Clustered-Ontap-LIF-Status/m-p/131849#M28723</link>
      <description>&lt;P&gt;A simple command line tool to watch the network activity on your Ontap Logical Interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/robinpeters/cdot-lif-status" target="_blank"&gt;https://github.com/robinpeters/cdot-lif-status&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;## Example:
```
$ ./lifstat.pl 
Option c required 
Option u required 
Option p required 
Usage :: 
  -c|--cluster : Cluster Name to get Logical Interface Status. 
  -n|--node       : Node Name [To limit the lif stats to node level]. 
  -u|--username   : Username to connect to cluster.       Example : -u admin 
  -p|--passwd     : Password for username.                Example : -p netapp123 
  -v|--vserver    : Vserver Name [To limit the lif stats to vserver level]. 
  -i|--interval   : The Interval in seconds between the stats. 
  -h|--help       : Print this Help and Exit! 
  -V|--version    : Print the Version of this Script and Exit!


$ ./lifstat.pl -c 10.10.10.10 -u username -p password 
Node             UUID        R-Data R-Err   R-Pkts       S-Data S-Err   S-Pkts  LIF-Name             
node-01          1065       1748060     0      187            0     0        0  nfs_lif3             
node-01          1024           976     0        5          564     0        5  node-01_clus1     
node-02          1014           564     0        5          976     0        5  node-02_clus2     
node-01          1049           492     0        4          392     0        4  node-01_clus3     
node-02          1051           392     0        4          492     0        4  node-02_clus3     
node-02          1066           220     0        1            0     0        0  nfs_lif4             
node-02          1013           128     0        2          128     0        2  node-02_clus1     
node-01          1023           128     0        2          128     0        2  node-01_clus2     
node-02          1064             0     0        0            0     0        0  nfs_lif4             
node-01          1045             0     0        0            0     0        0  iscsi_lif2           
node-01          1026             0     0        0            0     0        0  node-01_mgmt1     
node-02          1047             0     0        0            0     0        0  iscsi_lif4           
node-02          1033             0     0        0            0     0        0  DFNAS02DR_nfs_lif2   
node-01          1038             0     0        0            0     0        0  cifs_lif1        
node-01          1032             0     0        0            0     0        0  DFNAS02DR_nfs_lif1   
node-02          1058             0     0        0            0     0        0  smb3cifs_lif02       
node-01          1057             0     0        0            0     0        0  smb3cifs_lif01       
node-01          1063             0     0        0            0     0        0  nfs_lif3             
node-02          1056             0     0        0            0     0        0  node-02_nfs_lif_1 
node-01          1053             0     0        0            0     0        0  node-01_icl1      
node-01          1048             0     0        0            0     0        0  iscsi-mgmt       
node-02          1035             0     0        0            0     0        0  lif2         
node-02          1039             0     0        0            0     0        0  cifs_lif2        
node-01          1034             0     0        0            0     0        0  lif1         
node-02          1046             0     0        0            0     0        0  iscsi_lif3           
node-01          1025             0     0        0            0     0        0  cluster_mgmt         
node-02          1027             0     0        0            0     0        0  node-02_mgmt1     
node-02          1054             0     0        0            0     0        0  node-02_icl1      
node-01          1059             0     0        0            0     0        0  smb3cifs_mgmt        
node-01          1062             0     0        0            0     0        0  coecifs1             
node-01          1044             0     0        0            0     0        0  iscsi_lif1           
node-01          1052             0     0        0            0     0        0  svm2_lif1            
node-01          1050             0     0        0            0     0        0  svm1_lif1            
node-02          1055             0     0        0            0     0        0  nfs_lif_1 
^C
....
....&lt;/PRE&gt;</description>
      <pubDate>Wed, 04 Jun 2025 14:57:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Clustered-Ontap-LIF-Status/m-p/131849#M28723</guid>
      <dc:creator>robinpeter</dc:creator>
      <dc:date>2025-06-04T14:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Clustered Ontap LIF Status</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Clustered-Ontap-LIF-Status/m-p/132650#M28933</link>
      <description>&lt;P&gt;Thanks for sharing this information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 12:52:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Clustered-Ontap-LIF-Status/m-p/132650#M28933</guid>
      <dc:creator>hariprak</dc:creator>
      <dc:date>2017-07-10T12:52:23Z</dc:date>
    </item>
  </channel>
</rss>

