cisco 一些基本命令

>en                        用戶模式
#conf t                        特權模式
(config)#int f0/0                全局模式
(config-if)#                    接口模式
#disable  →>
(config)#hostname  name                修改主機名

switch(config)#vlan vlan-number            劃分VLAN
switch(config-vl)#name vlan-name            vlan命名
switch(config)#int range f0/1-5            同時進入f0/1-5端口

Switch(config-if-range)#switchport mode access        把端口設置成接入鏈路
Switch(config-if-range)#switchport access vlan 2        把端口加入到vlan2
switch(config-if-range)#switchport mode trunk        把端口設置成中繼鏈路
switch(config-if-range)#channel-group 1 mode on     把幾個端口捆綁成以太網通道1

switch(config)#vtp domain vtp-name            設置VTP名稱
switch(config)#vtp password vtp-password        設置VTP密碼
switch(config)#vtp mode server|client            設置成VTP服務器|客戶端
switch(config)#ip default-gateway 默認網關        設置交換機默認網關    
(config)#enable secret pwd1                設置特權模式密碼(密文)
(config)#enable password pwd1            設置特權模式密碼(明文)
(config)#service password-encryption            對明文密碼加密
(config-if)#ip address IP地址 子網掩碼             設置IP地址(交換機的IP地址只能設置在虛擬端口vlan上)
(config-if)#no shutdown                手動開啓端口
(config)#line vty 0 4                開啓0~4端口(一共5個)
(config)#password vty-password            設置vty密碼
(config)#login                    開啓登陸模式
(config)#line console 0                 進入配置口
(config)#password con-password            設置配置口密碼
(config)#login                    開啓登陸模式
vty        遠程訪問的時候須要
console        直接用配置線對設備配置時須要
router(config)#ip route 目標網段 子網掩碼 IP地址|端口號 num    設置靜態路由
router(config)#ip route 192.168.6.0 255.255.255.0 f0/1
IP地址指向下一個路由器(下一個路由器接收口的IP地址)
端口號指自身的端口(當前路由器的出口)
num數值1~255  數值越小優先級越高
目標網段 不能是具體IP地址(192.168.10.0      2.0.0.0)服務器

router(config)#ip dhcp pool dhcp-name        設置DHCP並命名
router(dhcp-config)#network 分配的網段 子網掩碼        設置地址池
分配的網段  (192.168.5.0  6.0.0.0)
router(dhcp-config)#default-router 默認網關        DHCP分配的默認網關
router(config)#int f 0/0.1                進入子端口
f0/0.1指 f0/0的第一個子端口
f0/1.2指 f0/1的第二個子端口
Router(config-subif)#en do vlan-number        把子端口綁定到vlan
Router(config-subif)#en do 2                把子端口綁定到vlan2

telnet 目標IP地址                    PC上遠程訪問設備
#reload                        正常使用時重啓
#show running-config                查看運行時配置
#show startup-config                查看保存的配置
(config)#do show running-config            其餘模式下查看前面+do

#copy running-config startup-config            把當前配置保存到NVRAM
#write                        保存運行時配置(效果同上)
#copy startup-config running-config            用NVRAM覆蓋當前配置

#erase nvram:                     刪除保存的配置

#copy tftp flash                    從TFTP服務器下載系統到路由器    
#copy flash tftp                    從路由器上傳系統到服務器
(config)#ip ftp username s1t120            在路由器上設置ftp的用戶名
(config)#ip ftp password s1t120            在路由器上設置ftp的密碼

rommon 1 > tftpdnld                     (download)
rommon 2 > IP_ADDRESS=1.1.1.1            設置路由器的IP地址
rommon 3 > IP_SUBNET_MASK=255.0.0.0        設置路由器的子網掩碼
rommon 4 > DEFAULT_GATEWAY=1.2.2.2        設置路由器的默認網關(TFTP的IP地址)
rommon 5 > TFTP_SERVER=1.2.2.2            設置下載系統的原位置的IP地址(TFTP的IP地址)
rommon 6 > TFTP_FILE=c1841-ipbasek9-mz.124-12.bin    設置要下載的文件名
rommon 7 > tftpdnld

Do you wish to continue? y/n:  [n]:  y            輸入y繼續
rommon 8 > reset                    重啓









dom

相關文章
相關標籤/搜索