- 1、本文档共11页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
第4单元-NX-OS系统基本命令介绍
NX-OS系统基本命令介绍(1)
清空配置重启
清空配置:
switch # write erase
Warning: This command will erase the startup-configuration.
Do you wish to proceed anyway? (y/n) [n] y
重启物理设备:
switch # reload
!!!WARNING! there is unsaved configuration in VDC!!!
This command will reboot the system. (y/n)? [n] y
如果是在某个VDC里面重启这一台VDC:
N7K-B-1# reload vdc
This command will reload the current VDC. (y/n)? [no] y
进入系统
---- System Admin Account Setup ----
是否激活增强安全的密码:
Do you want to enforce secure password standard (yes/no) [y]:no
设置admin的密码:
Enter the password for admin: cisco
Confirm the password for admin: cisco
是否激活admin vdc:
Do you want to enable admin vdc (yes/no) [n]: n
Would you like to enter the basic configuration dialog (yes/no): no
User Access Verification
switch login:admin
Password: cisco
switch#
配置主机名与Banner
配置主机名:
switch(config)# hostname N7K
配置Banner:
N7K(config)# banner motd ^
Enter TEXT message. End with the character ^.
Welcome to DC CCIE LAB^
查看配置与存盘
查看running-config:
N7K# show running-config
查看startup-config:
N7K# show startup-config
存盘: (注意:不支持使用“wr”存盘)
N7K# copy running-config startup-config
查看文件系统
查看本地flash(2G):
N7K# dir
N7K# dir bootflash://sup-local/
查看本地log存储:
N7K# dir log:
查看外部log存储(8G):
N7K# dir logflash:
查看模块状态
查看模块状态:
配置管理IP地址
配置管理IP地址:
N7K(config)# interface mgmt 0
N7K(config-if)# ip address 137.60.3.71/24
N7K(config-if)# no shutdown
Ping测试:
N7K# ping 137.60.3.155 vrf management
PING 137.60.3.155 (137.60.3.155): 56 data bytes
64 bytes from 137.60.3.155: icmp_seq=0 ttl=254 time=49.108 ms
64 bytes from 137.60.3.155: icmp_seq=1 ttl=254 time=15.706 ms
64 bytes from 137.60.3.155: icmp_seq=2 ttl=254 time=15.539 ms
64 bytes from 137.60.3.155: icmp_seq=3 ttl=254 time=15.656 ms
64 bytes from 137.60.3.155: icmp_seq=4 ttl=254 time=15.427 ms
N7K开启Telnet功能:
N7K(config)# feature telnet
N7K上在vrf management里面配置缺省路由:
N7K(config)#vrf context management
N7K(config-vrf)# ip route 0.0.0.0/0 下一跳IP
配置CDP
配置CDP:
N7K(config)# cdp enable
N7K(config)# interface e3
文档评论(0)