Executing multiple CLI's in one go
CLI stands for Command line Interface
N7k-LabSW# show clock ; show switchname ; show license host-id
19:10:59.016 UTC Mon Apr 04 2016
N7k-LabSW
License hostid: VDH=TBM14354170
# Works for configuration too:
N7k-LabSW# conf t ; hostname N7k-LabSW-DEFAULT ; end
Enter configuration commands, one per line. End with CNTL/Z.
N7k-LabSW-DEFAULT#
CLI stands for Command line Interface
N7k-LabSW# show clock ; show switchname ; show license host-id
19:10:59.016 UTC Mon Apr 04 2016
N7k-LabSW
License hostid: VDH=TBM14354170
# Works for configuration too:
N7k-LabSW# conf t ; hostname N7k-LabSW-DEFAULT ; end
Enter configuration commands, one per line. End with CNTL/Z.
N7k-LabSW-DEFAULT#