?? 網(wǎng)絡管理中的常用命令8.htm
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0043)http://www.net130.com/2004/5-30/2034-8.html -->
<HTML><HEAD><TITLE>網(wǎng)絡管理中的常用命令</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK
href="網(wǎng)絡管理中的常用命令8.files/cisco.css" type=text/css rel=stylesheet>
<META content=cisco,ccna,ccnp,net,net130,ccie,bbs.net130.com.net,TestKing
name=keywords>
<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY bgColor=#eaeaea leftMargin=0 topMargin=0 MARGINHEIGHT="0" MARGINWIDTH="0">
<TABLE cellSpacing=0 cellPadding=0 width=780 align=center bgColor=#99ccff
border=0>
<TBODY>
<TR>
<TD width=7> </TD>
<TD noWrap height=25>
<FORM action=http://bbs.net130.com/member.php method=post><FONT
face=宋體,verdana,arial,helvetica>Cisco網(wǎng)絡技術論壇-> <FONT
color=#000000>用戶名</FONT></FONT> <INPUT type=hidden
value=67c92557f3c0e73f48507762f7d6cf05 name=s> <INPUT type=hidden
value=login name=action> <INPUT class=input1 size=7 name=username> 密碼
<INPUT class=input1 type=password size=7 name=password> <INPUT class=input2 type=submit value=登錄 name=submit> </FORM></TD>
<TD noWrap>
<FORM action=/search.asp method=post>
<TABLE border=0>
<TBODY>
<TR>
<TD><FONT color=#000000>搜索</FONT></TD>
<TD><INPUT class=input1 size=10 name=keyword></TD>
<TD><SELECT class=input1 name=condition> <OPTION value=title
selected>標題</OPTION> <OPTION value=content>內容</OPTION></SELECT></TD>
<TD><INPUT class=input2 type=submit value=搜索 name=Submit></TD></TR></TBODY></TABLE></FORM></TD>
<TD width=11>
<DIV align=right></DIV></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=780 align=center border=0>
<TBODY>
<TR bgColor=#ecb70a>
<TD colSpan=2><IMG height=3 src="網(wǎng)絡管理中的常用命令8.files/space.gif"
width=1></TD></TR>
<TR>
<TD width=200 height=70><IMG height=60 src="網(wǎng)絡管理中的常用命令8.files/logo.gif"
width=185></TD>
<TD>
<DIV align=center>
<SCRIPT src="網(wǎng)絡管理中的常用命令8.files/ad_news_content.js"></SCRIPT>
</DIV></TD></TR></TBODY></TABLE>
<TABLE style="BORDER-TOP: #666666 1px solid; BORDER-BOTTOM: #666666 1px solid"
cellSpacing=0 cellPadding=0 width=780 align=center border=0>
<TBODY>
<TR>
<TD width=185 bgColor=#004d9c>
<DIV align=center><FONT
style="FONT-WEIGHT: bold; FONT-SIZE: 17px; COLOR: #ffffff; FONT-FAMILY: arial; TEXT-DECORATION: none">Net130.com</FONT></DIV></TD>
<TD width=595 bgColor=#ffffff>
<SCRIPT src="網(wǎng)絡管理中的常用命令8.files/navigation2.js"></SCRIPT>
</TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=780 align=center border=0>
<TBODY>
<TR>
<TD><IMG height=1 alt="" src="網(wǎng)絡管理中的常用命令8.files/space.gif" width=1
name=""></TD></TR></TBODY></TABLE>
<TABLE style="BORDER-LEFT: #dddddd 1px solid" cellSpacing=0 cellPadding=0
width=780 align=center border=0>
<TBODY>
<TR>
<TD vAlign=top>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD><IMG height=1 src="網(wǎng)絡管理中的常用命令8.files/space.gif"
width=1></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD background=網(wǎng)絡管理中的常用命令8.files/head_bg.gif
height=22> [Navigation]</TD></TR></TBODY></TABLE>
<TABLE cellSpacing=2 cellPadding=2 width="95%" align=center border=0>
<TBODY>
<TR vAlign=bottom>
<TD class=title align=middle colSpan=2
height=40><STRONG>網(wǎng)絡管理中的常用命令</STRONG>
<HR align=center width="95%" SIZE=1>
</TD></TR>
<TR>
<TD class=chinese9ptmain vAlign=top colSpan=2 height=40>
<DIV align=center>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width="20%"> </TD>
<TD width="56%" height=18>
<DIV
align=center>http://www.net130.com 發(fā)布日期:2004-5-30</DIV></TD>
<TD width="24%">
<DIV align=center>瀏覽次數(shù):
<SCRIPT src="網(wǎng)絡管理中的常用命令8.files/Click.html"></SCRIPT>
</DIV></TD></TR>
<TR>
<TD width="20%"> </TD>
<TD width="56%" height=18>
<DIV align=center> </DIV></TD>
<TD width="24%"> </TD></TR></TBODY></TABLE></DIV></TD></TR>
<TR bgColor=#f8f8f8>
<TD class=chinesefont105pt colSpan=2>. . . . . : 10.1.1.94
(本地連接更改之前的ip)
<P></P>
<P>Subnet Mask . . . . . . . . . . . : 255.255.255.0 </P>
<P>Default Gateway . . . . . . . . . : 10.1.1.254 </P>
<P>C:\>netsh (進入設置模式) </P>
<P>netsh>interface </P>
<P>interface>ip </P>
<P>interface ip>set address "本地連接" static 10.1.1.111
255.255.255.0 10.1.1.254 </P>
<P>interface ip>exit </P>
<P>上文中的set命令具體解釋如下: </P>
<P>set address - 設置指定的接口的 IP 地址和默認網(wǎng)關。 </P>
<P>set dns - 設置 DNS 服務器模式和地址。 </P>
<P>set wins - 設置 WINS 服務器模式和地址。 </P>
<P>C:\>ipconfig (更改后再用ipconfig命令看一下,確認一下是否更改成功) </P>
<P>Windows 2000 IP Configuration </P>
<P>Ethernet adapter 本地連接: </P>
<P>Connection-specific DNS Suffix . : </P>
<P>IP Address. . . . . . . . . . . . : 10.1.1.111 </P>
<P>Subnet Mask . . . . . . . . . . . : 255.255.255.0 </P>
<P>Default Gateway . . . . . . . . . : 10.1.1.254 <BR>命令一覽 <BR>.. -
移到上一層上下文級。 <BR>? - 顯示命令列表。 <BR>aaaa - 更改到 `aaaa' 上下文。 <BR>abort -
丟棄在脫機模式下所做的更改。 <BR>add - 將一個配置項添加到項目列表中。 <BR>alias - 添加一個別名 <BR>bye
- 退出程序。 <BR>commit - 提交在脫機模式中所做的更改。 <BR>delete - 在項目列表上刪除一個配置項目。
<BR>dhcp - 更改到 `dhcp' 上下文。 <BR>dump - 顯示一個配置腳本。 <BR>exec - 運行一個腳本文件。
<BR>exit - 退出程序。 <BR>help - 顯示命令列表。 <BR>interface - 更改到 `interface'
上下文。 <BR>offline - 將當前模式設置成脫機。 <BR>online - 將當前模式設置成聯(lián)機。 <BR>popd -
從堆棧上打開一個上下文。 <BR>pushd - 將當前上下文放推入堆棧。 <BR>quit - 退出程序。 <BR>ras - 更改到
`ras' 上下文。 <BR>routing - 更改到 `routing' 上下文。 <BR>set - 更新配置設置。
<BR>show - 顯示信息 <BR>unalias - 刪除一個別名。 <BR>wins - 更改到 `wins' 上下文。
<BR>route 的命令 <BR>routing ip add/delete/set/show interface
在指定接口上添加、刪除、配置或顯示常規(guī) IP 路由設置。 <BR>routing ip add/delete/set/show
filter 在指定接口上添加、刪除、配置或顯示 IP 數(shù)據(jù)包篩選器。 <BR>routing ip add/delete/show
boundary 在指定接口上添加、刪除或顯示多播邊界設置。 <BR>routing ip add/set ipiptunnel
添加或配置 IP 中的 IP 接口。 <BR>routing ip add/delete/set/show rtmroute
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -