2022年思科模拟器命令收集

上传人:夏** 文档编号:567376108 上传时间:2024-07-20 格式:PDF 页数:12 大小:115.59KB
返回 下载 相关 举报
2022年思科模拟器命令收集_第1页
第1页 / 共12页
2022年思科模拟器命令收集_第2页
第2页 / 共12页
2022年思科模拟器命令收集_第3页
第3页 / 共12页
2022年思科模拟器命令收集_第4页
第4页 / 共12页
2022年思科模拟器命令收集_第5页
第5页 / 共12页
点击查看更多>>
资源描述

《2022年思科模拟器命令收集》由会员分享,可在线阅读,更多相关《2022年思科模拟器命令收集(12页珍藏版)》请在金锄头文库上搜索。

1、1. 计算机命令:PCA login: root ;使用 root 用户password: linux ;口令是 linux # shutdown -h now ;同 init 0 关机# logout # login # ifconfig ;显示 IP 地址# ifconfig eth0 netmask ;设置 IP 地址# ifconfig eht0 netmask down ; 删除 IP 地址# route add 0.0.0.0 gw # route del 0.0.0.0 gw # route add default gw ;设置网关# route del default gw ;

2、删除网关# route ;显示网关# ping # telnet 2. 交换机支持的命令:交换机基本状态:switch: ;交换机的 ROM 状态rommon ;路由器的 ROM 状态hostname ;用户模式hostname# ;特权模式hostname(config)# ;全局配置模式hostname(config-if)# ;接口状态交换机口令设置:switchenable ;进入特权模式switch#config terminal ;进入全局配置模式switch(config)#hostname ;设置交换机的主机名switch(config)#enable secret xxx ;

3、设置特权加密口令switch(config)#enable password xxa ;设置特权非密口令switch(config)#line console 0 ;进入控制台口switch(config-line)#line vty 0 4 ;进入虚拟终端switch(config-line)#login ;允许登录switch(config-line)#password xx ;设置登录口令 xx switch#exit ;返回命令交换机 VLAN 设置:switch#vlan database ;进入 VLAN 设置switch(vlan)#vlan 2 ;建 VLAN 2 名师资料总结

4、 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 12 页 - - - - - - - - - switch(vlan)#no vlan 2 ;删 vlan 2 switch(config)#int f0/1 ;进入端口 1 switch(config-if)#switchport access vlan 2 ;当前端口加入vlan 2 switch(config-if)#switchport mode trunk ;设置为干线switch(config-if)#switchport

5、trunk allowed vlan 1,2 ;设置允许的 vlan switch(config-if)#switchport trunk encap dot1q ;设置 vlan 中继switch(config)#vtp domain ;设置发 vtp 域名switch(config)#vtp password ;设置发 vtp 密码switch(config)#vtp mode server ;设置发 vtp 模式switch(config)#vtp mode client ;设置发 vtp 模式交换机设置 IP 地址:switch(config)#interface vlan 1 ;进入

6、 vlan 1 switch(config-if)#ip address ;设置 IP 地址switch(config)#ip default-gateway ;设置默认网关switch#dir flash: ;查看闪存交换机显示命令:switch#write ;保存配置信息switch#show vtp ;查看 vtp 配置信息switch#show run ;查看当前配置信息switch#show vlan ;查看 vlan 配置信息switch#show interface ;查看端口信息switch#show int f0/0 ;查看指定端口信息3. 路由器支持的命令:路由器显示命令:

7、router#show run ;显示配置信息router#show interface ;显示接口信息router#show ip route ;显示路由信息router#show cdp nei ;显示邻居信息router#reload ;重新起动路由器口令设置:routerenable ;进入特权模式router#config terminal ;进入全局配置模式router(config)#hostname ;设置交换机的主机名router(config)#enable secret xxx ;设置特权加密口令router(config)#enable password xxb ;设置

8、特权非密口令router(config)#line console 0 ;进入控制台口router(config-line)#line vty 0 4 ;进入虚拟终端router(config-line)#login ;要求口令验证router(config-line)#password xx ;设置登录口令xx 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 12 页 - - - - - - - - - router(config)#(Ctrl+z) ; 返回特权模式r

9、outer#exit ;返回命令路由器配置:router(config)#int s0/0 ;进入 Serail接口router(config-if)#no shutdown ;激活当前接口router(config-if)#clock rate 64000 ;设置时钟频率router(config-if)#ip address ;设置 IP 地址router(config-if)#ip address second ;设置第二个 IP router(config-if)#int f0/0.1 ;进入子接口router(config-subif.1)#ip address ;设置子接口 IP

10、router(config-subif.1)#encapsulation dot1q ;绑定 vlan 中继协议router(config)#config-register 0x2142 ;跳过配置文件router(config)#config-register 0x2102 ;正常使用配置文件router#reload ;重新引导路由器文件操作:router#copy running-config startup-config ;保存配置router#copy running-config tftp ;保存配置到 tftp router#copy startup-config tftp ;开

11、机配置存到 tftp router#copy tftp flash: ;下传文件到 flash router#copy tftp startup-config ;下载配置文件ROM 状态:Ctrl+Break ;进入 ROM 监控状态rommonconfreg 0x2142 ;跳过配置文件rommonconfreg 0x2102 ;恢复配置文件rommonreset ;重新引导rommoncopy xmodem: flash: ;从 console传输文件rommonIP_ADDRESS=10.65.1.2 ;设置路由器 IP rommonIP_SUBNET_MASK=255.255.0.0

12、;设置路由器掩码rommonTFTP_SERVER=10.65.1.1 ;指定 TFTP 服务器IP rommonTFTP_FILE=c2600.bin ;指定下载的文件rommontftpdnld ;从 tftp 下载rommondir flash: ;查看闪存内容rommonboot ;引导 IOS 静态路由:ip route ;命令格式router(config)#ip route 2.0.0.0 255.0.0.0 1.1.1.2 ;静态路由举例router(config)#ip route 0.0.0.0 0.0.0.0 1.1.1.2 ;默认路由举例名师资料总结 - - -精品资料

13、欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 3 页,共 12 页 - - - - - - - - - 动态路由:router(config)#ip routing ;启动路由转发router(config)#router rip ;启动 RIP 路由协议。router(config-router)#network ;设置发布路由router(config-router)#negihbor ;点对点帧中继用。帧中继命令:router(config)#frame-relay switching ;使能帧中继交换ro

14、uter(config-s0)#encapsulation frame-relay ;使能帧中继router(config-s0)#fram-relay lmi-type cisco ;设置管理类型router(config-s0)#frame-relay intf-type DCE ;设置为 DCE router(config-s0)#frame-relay dlci 16 ;router(config-s0)#frame-relay local-dlci 20 ;设置虚电路号router(config-s0)#frame-relay interface-dlci 16 ;router(co

15、nfig)#log-adjacency-changes ;记录邻接变化router(config)#int s0/0.1 point-to-point ;设置子接口点对点router#show frame pvc ;显示永久虚电路router#show frame map ;显示映射基本访问控制列表:router(config)#access-list permit|deny router(config)#interface ;default:deny any router(config-if)#ip access-group in|out ;defaultut 例 1:router(conf

16、ig)#access-list 1 deny host 10.65.1.1 router(config)#access-list 1 permit any router(config)#int f0/0 router(config-if)#ip access-group 4 in 例 2:router(config)#access-list 4 permit 10.8.1.1 router(config)#access-list 4 deny 10.8.1.0 0.0.0.255 router(config)#access-list 4 permit 10.8.0.0 0.0.255.255

17、router(config)#access-list 4 deny 10.0.0.0 0.255.255.255 router(config)#access-list 4 permit any router(config)#int f0/1 router(config-if)#ip access-group 4 in 扩展访问控制列表:access-list permit|deny icmp type access-list permit|deny tcp port 例 1:名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精

18、心整理 - - - - - - - 第 4 页,共 12 页 - - - - - - - - - router(config)#access-list 101 deny icmp any 10.64.0.2 0.0.0.0 echo router(config)#access-list 101 permit ip any any router(config)#int s0/0 router(config-if)#ip access-group 101 in 例 2:router(config)#access-list 102 deny tcp any 10.65.0.2 0.0.0.0 eq

19、80 router(config)#access-list 102 permit ip any any router(config)#interface s0/1 router(config-if)#ip access-group 102 out 删除访问控制例表 : router(config)#no access-list 102 router(config-if)#no ip access-group 101 in 路由器的 nat配置Router(config-if)#ip nat inside ;当前接口指定为内部接口Router(config-if)#ip nat outside

20、;当前接口指定为外部接口Router(config)#ip nat inside source static p port Router(config)#ip nat inside source static 10.65.1.2 60.1.1.1 Router(config)#ip nat inside source static tcp 10.65.1.3 80 60.1.1.1 80 Router(config)#ip nat pool p1 60.1.1.1 60.1.1.20 255.255.255.0 Router(config)#ip nat inside source list

21、1 pool p1 Router(config)#ip nat inside destination list 2 pool p2 Router(config)#ip nat inside source list 2 interface s0/0 overload Router(config)#ip nat pool p2 10.65.1.2 10.65.1.4 255.255.255.0 type rotary Router#show ip nat translation rotary 参数是轮流的意思,地址池中的IP 轮流与 NAT 分配的地址匹配。overload参数用于 PAT 将内部

22、 IP 映射到一个公网IP 不同的端口上。外部网关协议配置routerA(config)#router bgp 100 routerA(config-router)#network 19.0.0.0 routerA(config-router)#neighbor 8.1.1.2 remote-as 200 配置 PPP验证:RouterA(config)#username password RouterA(config)#int s0 RouterA(config-if)#ppp authentication chap|pap 4PIX 防火墙命令Pix525(config)#nameif e

23、thernet0 outside security0 ;命名接口和级别Pix525(config)#interface ethernet0 auto ;设置接口方式名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 5 页,共 12 页 - - - - - - - - - Pix525(config)#interface ethernet1 100full ;设置接口方式Pix525(config)#interface ethernet1 100full shutdown Pix525(

24、config)#ip address inside 192.168.0.1 255.255.255.0 Pix525(config)#ip address outside 133.0.0.1 255.255.255.252 Pix525(config)#global (if_name) natid ip-ip ;定义公网 IP 区间Pix525(config)#global (outside) 1 7.0.0.1-7.0.0.15 ;例句Pix525(config)#global (outside) 1 133.0.0.1 ;例句Pix525(config)#no global (outsid

25、e) 1 133.0.0.1 ;去掉设置Pix525(config)#nat (if_name) nat_id local_ip netmark Pix525(config)#nat (inside) 1 0 0 内网所有主机 (0 代表 0.0.0.0)可以访问 global 1 指定的外网。Pix525(config)#nat (inside) 1 172.16.5.0 255.255.0.0 内网 172.16.5.0/16网段的主机可以访问global 1 指定的外网。Pix525(config)#route if_name 0 0 gateway_ip metric ;命令格式Pix

26、525(config)#route outside 0 0 133.0.0.1 1 ;例句Pix525(config)#route inside 10.1.0.0 255.255.0.0 10.8.0.1 1 ;例句Pix525(config)#static (inside, outside) 133.0.0.1 192.168.0.8 表示内部 ip 地址 192.168.0.8,访问外部时被翻译成133.0.0.1全局地址。Pix525(config)#static (dmz, outside) 133.0.0.1 172.16.0.8 中间区域 ip 地址 172.16.0.8,访问外部

27、时被翻译成133.0.0.1全局地址。1. switch 配置命令(1)模式转换命令用户模式 -特权模式 ,使用命令 enable 特权模式 -全局配置模式 ,使用命令 config t 全局配置模式 -接口模式 ,使用命令 interface+接口类型 +接口号 全局配置模式 -线控模式 ,使用命令 line+接口类型 +接口号 注: 用户模式 :查看初始化的信息 . 特权模式 :查看所有信息、调试、保存配置信息全局模式:配置所有信息、针对整个路由器或交换机的所有接口接口模式:针对某一个接口的配置线控模式:对路由器进行控制的接口配置(2)配置命令show running config 显示所

28、有的配置show versin 显示版本号和寄存器值shut down 关闭接口no shutdown 打开接口名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 6 页,共 12 页 - - - - - - - - - ip add +ip 地址 配置 IP 地址secondary+IP地址 为接口配置第二个IP 地址show interface+接口类型 +接口号 查看接口管理性show controllers interface 查看接口是否有 DCE 电缆show history

29、 查看历史记录show terminal 查看终端记录大小hostname+ 主机名 配置路由器或交换机的标识config memory 修改保存在 NVRAM 中的启动配置exec timeout 0 0 设置控制台会话超时为0 service password-encryptin 手工加密所有密码enable password + 密码 配置明文密码ena sec + 密码 配置密文密码line vty 0 4/15 进入 telnet 接口password + 密码 配置 telnet密码line aux 0 进入 AUX 接口password + 密码 配置密码line con 0 进

30、入 CON 接口password + 密码 配置密码bandwidth+数字 配置带宽no ip address 删除已配置的 IP 地址show startup config 查看 NVRAM 中的配置信息copy run-config startup config 保存信息到 NVRAM write 保存信息到 NVRAM erase startup-config 清除 NVRAM 中的配置信息show ip interface brief 查看接口的谪要信息banner motd # + 信息 + # 配置路由器或交换机的描素信息description+信息 配置接口听描素信息vlan

31、database 进入 VLAN 数据库模式vlan +vlan 号+ 名称 创建 VLAN switchport access vlan +vlan号 为 VLAN 为配接口interface vlan +vlan号 进入 VLAN 接口模式ip add +ip 地址 为 VLAN 配置管理 IP 地址vtp+service/tracsparent/client 配置 SW 的 VTP 工作模式vtp +domain+域名 配置 SW 的 VTP 域名vtp +password +密码 配置 SW 的密码switchport mode trunk 启用中继no vlan +vlan 号 删除

32、 VLAN show spamming-tree vlan +vlan号 查看 VLA 怕生成树议2. 路由器配置命令ip route+非直连网段 +子网掩码 +下一跳地址配置静态 /默认路由show ip route 查看路由表show protocols 显示出所有的被动路由协议和接口上哪些协议被设置show ip protocols 显示了被配置在路由器上的路由选择协议,同时给出了在路由选择协议中使用名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 7 页,共 12 页 - -

33、- - - - - - - 的定时器等信息router rip 激活 RIP 协议network +直连网段发布直连网段interface lookback 0 激活逻辑接口passive-interface + 接口类型 +接口号 配置接口为被动模式debug ip +协议 动态查看路由更新信息undebug all 关闭所有 DEBUG 信息router eigrp +as号 激活 EIGRP 路由协议network +网段+子网掩码发布直连网段show ip eigrp neighbors 查看邻居表show ip eigrp topology 查看拓扑表show ip eigrp tr

34、affic 查看发送包数量router ospf +process-ID 激活 OSPF协议network+直连网段 +area+ 区域号 发布直连网段show ip ospf 显示 OSPF的进程号和 ROUTER-ID encapsulation+ 封装格式更改封装格式no ip admain-lookup 关闭路由器的域名查找ip routing 在三层交换机上启用路由功能show user 查看 SW 的在线用户clear line +线路号 清除线路3. 三层交换机配置命令配置一组二层端口configure terminal 进入配置状态nterface range port-ran

35、ge 进入组配置状态配置三层端口configure terminal 进入配置状态interface fastethernet | gigabitethernet interface-id | vlan vlan-id | port- channel port-channel-number 进入端口配置状态no switchport 把物理端口变成三层口ip address ip_address subnet_mask 配置 IP 地址和掩码no shutdown 激活端口例:Switch(config)# interface gigabitethernet0/2 Switch(config-

36、if)# no switchport Switch(config-if)# ip address 192.20.135.21 255.255.255.0 Switch(config-if)# no shutdown 配置 VLAN configure terminal 进入配置状态vlan vlan-id 输入一个 VLAN 号, 然后进入 vlan 配态,可以输入一个新的VLAN号或旧的来进行修改。name vlan-name 可选)输入一个 VLAN 名,如果没有配置 VLAN 名,缺省的名字是 VLAN 号前面用 0 填满名师资料总结 - - -精品资料欢迎下载 - - - - - -

37、- - - - - - - - - - - - 名师精心整理 - - - - - - - 第 8 页,共 12 页 - - - - - - - - - 的 4 位数,如 VLAN0004 是 VLAN4 的缺省名字mtu mtu-size (可选) 改变 MTU 大小例Switch# configure terminal Switch(config)# vlan 20 Switch(config-vlan)# name test20 Switch(config-vlan)# end 或Switch# vlan database Switch(vlan)# vlan 20 name test20

38、 Switch(vlan)# exit 将端口分配给一个VLAN configure terminal 进入配置状态interface interface-id 进入要分配的端口switchport mode access 定义二层口switchport access vlan vlan-id 把端口分配给某一VLAN 例Switch# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)# interface fastethernet0/1 Switch(c

39、onfig-if)# switchport mode access Switch(config-if)# switchport access vlan 2 Switch(config-if)# end Switch# 配置 VLAN trunk configure terminal 进入配置状态interface interface-Id 进入端口配置状态switchport trunk encapsulation isl | dot1q | negotiate配置 trunk 封装ISL 或802.1Q 或自动协商switchport mode dynamic auto | desirabl

40、e | trunk 配置二层 trunk 模式。dynamic auto自动协商是否成为trunk dynamic desirable把端口设置为trunk 如果对方端口是trunk, desirable, 配置Native VLAN (802.1q)或自动模式, trunk设置端口为强制的trunk 方式,而不理会对方端口是否为trunk switchport access vlan vlan-id 可选 ) 指定一个缺省VLAN, 如果此端口不再是trunk switchport trunk native vlan vlan-id 指定 802.1Q native VLAN 号例:Swit

41、ch# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)# interface fastethernet0/4 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 9 页,共 12 页 - - - - - - - - - Switch(config-if)# switchport mode trunk Switch(config-if)# switc

42、hport trunk encapsulation dot1q Switch(config-if)# end 定义 TRUNK 允许的 VLAN configure terminal 子 进入配置状态interface interface-id 进入端口配置switchport mode trunk 配置二层口为 trunk switchport trunk allowed vlan add | all | except | remove vlan-list 可选) 配置 trunk允许的 VLAN. 使用 add, all, except, remove关健字no switchport tr

43、unk allowed vlan 允许所有 VLAN 通过例Switch(config)# interface fastethernet0/1 Switch(config-if)# switchport trunk allowed vlan remove 2 Switch(config-if)# end 配置 Native VLAN (802.1q)configure terminal 进入配置状态interface interface-id 进入配置成 802.1qtrunk 的端口switchport trunk native vlan vlan-Id 配置 native VLAN 号no

44、 switchport trunk native vlan 端口配置命令回到缺省的状态配置基于端口权值的负载均衡configure terminal 进入 Switch 1 配置状态vtp domain domain-name 配置 VTP 域vtp mode server 将 Switch 1 配置成 VTP server. show vtp status 验证 VTP 的配置show vlan 验证 VLAN configure terminal 进入配置状态interface fastethernet 0/1 进入 F0/1 端口switchport trunk encapsulatio

45、n isl | dot1q | negotiate配置 trunk 封装switchport mode trunk 配置成 trunk show interfaces fastethernet0/1 switchport 验证 VLAN 配置按以上步骤对想要负载均衡的接口进行配置在另一个交换机上进行此配置show vlan 当 trunk 已经起来,在 switch2 上验证已经学到相的vlan 配置configure terminal 在 Switch 1 上进入配置状态interface fastethernet0/1 进入要配置的端口spanning-tree vlan 8 port-p

46、riority 10 将端口权值 10 赋与 VLAN 8. spanning-tree vlan 9 port-priority 10 将端口权值 10 赋与 VLAN 9. spanning-tree vlan 10 port-priority 10 将端口权值 10赋与 VLAN 10. interface fastethernet0/2 进入 F0/2 spanning-tree vlan 3 port-priority 10 将端口权值 10 赋与 VLAN 3. spanning-tree vlan 4 port-priority 10 将端口权值 10 赋与 VLAN 4 spa

47、nning-tree vlan 5 port-priority 10 将端口权值 10 赋与 VLAN 5 spanning-tree vlan 6 port-priority 10 将端口权值 10 赋与 VLAN 10 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 10 页,共 12 页 - - - - - - - - - end 退出show running-config 验证配置copy running-config startup-config 保存配置配置 STP 路径

48、值的负载均衡Trunk1 走 VLAN8 10,Trunk2 走 VLAN2 4 configure terminal 进入 Switch 1 配置状态interface fastethernet 0/1 进入 F0/1 switchport trunk encapsulation isl | dot1q | negotiate配置封装switchport mode trunk 配置 Trunk,缺省是 ISL 封装exit 退回在 F0/2 口上重复 24 步骤exit 退回show running-config 验证配置show vlan验证 switch1 已经学到 Vlan confi

49、gure terminal 进入配置状态interface fastethernet 0/1 进入 F0/1 spanning-tree vlan 2 cost 30 设置 Vlan2 生成树路径值为 30 spanning-tree vlan 3 cost 30 设置 Vlan3 生成树路径值为 30 spanning-tree vlan 4 cost 30 设置 Vlan4 生成树路径值为 30 end 退出在 switch1 的 F0/2 上重复 911 步骤设置 VLAN8,9 ,10 生成树路径值为 30 end 退出show running-config 验证配置copy runn

50、ing-config startup-config 保存配置补充:CISCO 命令集 路由选择协议及排障*ip route 命令Router(config)# ip route 子网掩码 管理距离 0255,默认为 1 (注:静态地址配置)*ip default-network 命令Router(config)# ip default-network (注:配合路由协使用,用其中的一个动态路由号作默认路由配置) Router(config)# ip route 0.0.0.0 0.0.0.0 (注:只有一个公网地址时,在出口路由器上的配置) *内部路由选择协议*使用 router 和 netw

51、ork 命令Router(config)# router 自主系统号 Router(config-router)# network Router(config-router)# network *路由信息协议 RIP Router(config)# router rip Router(config-router)# network Router# show ip protocols 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 11 页,共 12 页 - - - - - - - -

52、 - Router# show ip route Router# debug ip rip *内部网关路由协议IGRP Router(config)# router igrp Router(config-router)# network Router# show ip interface Router# show ip protocols Router# show ip route Router# debug ip rip *排除网络故障排除网络故障的一个总体模型Router# ping Router# show ip route Router# show interface Router#

53、show run *IP 的故故障排除检查可用的路由Router# show ip route 27.4.4 跟踪路由 (Tracing the Route) SUN-A traceroute C:windows winipcfg C:windows ipconfig C:windows ipconfig / all C:windows tracert 使用扩展的 ping 来跟踪连接性Router# ping *其它可能的故障一个地址解析( ARP)的故障Router# show arp Router# show interface C:windows arp -a SUN-A arp a

54、验证终端系统的路由表C:windows netstat rn C:windows route f add 0.0.0.0 mask 0.0.0.0 C:windows route f print | add | delete | change destination mask netmask gateway C:windows route add mask C:windows route delete mask C:windows nbtstat SUN-A netstat -rn 路由器名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 12 页,共 12 页 - - - - - - - - -

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 建筑/环境 > 施工组织

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号