show running-config diff
- running configuration과 startup configuration 간의 차이가 있는 경우를 화면에 보여줌
NX-OS# sh running-config diff .... 중략.... *** 3776,3785 **** NX-OS# copy running-config startup-config |
Where
- 현재 Command 위치를 확인할 수 있는 명령어
- 접속된 계정 / VDC 확인 가능.
NX-OS(config-if)# where
NX-OS_otherVDC(config-if)# where |
Switchname
- Switch 이름 변경.
- 기존의 Hostname과 동일한 기능을 하며, Hostname 명령도 사용 가능.
NX-OS(config)# switchname ? |
PUSH / POP
- 현재 Command mode를 기억하고, 다시 해당 위치로 돌아가도록 하는 명령
- PUSH [ name ] : 현재 Command Mode 기억. name 지정을 하게 되면, 돌아갈 때 name에 맞춰서 돌아갈 수 있음.
- POP [ name ] : 지정된 Command Mode로 돌아감.
|