Send comments to nexus3k-docfeedback@cisco.com
-SM-154
Cisco Nexus 3000 Series NX-OS System Management Command Reference
OL-29557-04
Chapter System Management Commands
periodic-inventory (Call Home)
periodic-inventory (Call Home)
To configure the switch to periodically send a message with an inventory of all software services
currently enabled and running on the device with hardware inventory information, use the
periodic-inventory command. To disable the periodic messages, use the no form of this command.
periodic-inventory notification [interval time-period | timeofday time-of-day]
no periodic-inventory notification [interval time-period | timeofday time-of-day]
Syntax Description
Command Default Interval: 7 days
Command Modes Callhome configuration mode
Command History
Usage Guidelines The switch generates two Call Home notifications: periodic configuration messages and periodic
inventory messages.
Examples This example shows how to configure a periodic inventory notification to generate every 5 days:
switch# configure terminal
switch(config)# callhome
switch(config-callhome)# periodic-inventory notification interval 5
switch(config-callhome)#
This example shows how to disable a periodic inventory notification for Call Home:
switch# configure terminal
switch(config)# callhome
switch(config-callhome)# no periodic-inventory notification interval 5
switch(config-callhome)#
notification Enables sending periodic software inventory messages.
interval time-period (Optional) Specifies the time period for periodic inventory notification. The
time period range is from 1 to 30 days, and the default is 7 days.
timeofday time-of-day (Optional) Specifies the time of day for periodic inventory notification. The
time of day is in HH:MM format.
Release Modification
5.0(3)U1(1) This command was introduced.