nb-r-01(config-if)#no ip address 原来的地址 原来的掩码
nb-r-01(config-if)#ip address 新的地址 新的掩码
nb-r-01(config-if)#exit
nb-r-01(config)#exit
nb-r-01#write
async
在config状态打入interface async 口的number
nb-r-01(config)#interface async 1
nb-r-01(config-if)#no peer default ip address 原来的地址
nb-r-01(config-if)#peer default ip default 新的地址
nb-r-01(config-if)#exit
nb-r-01(config)#exit
nb-r-01#write
地址修改完以后,如果新的地址的网络号不在router rip 所列之列内,要将其加入.
nb-r-01#conf ter
nb-r-01(config)#router rip
nb-r-01(config-router)#network 新的网络号
nb-r-01(config-router)#exit
nb-r-01(config)#exit
nb-r-01#write
修改enable secrect password
nb-r-01#conf ter
nb-r-01(config)#enable password mypassword
‘mypassword 为想改的密码
nb-r-01(config)#exit
nb-r-01#write