R1(config)#routeeigrp {AS-number} 02宣告直连主类网络号 R1(config-route)#network{network-number} 注:EIGRP 做为 IGRP 的扩展,它同时集合了距离矢量和链路状态路由协议的特色,参与同一EIGRP进程的 EIGRP 路由器必须处于相同的 AS 里,接下来只需要宣告直连的主类网络号即可。 03关闭自动汇总 R1(config-route)...
R3#show ipv6 route staticIPv6 Routing Table - 7 entries Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP U - Per-user Static route, M - MIPv6 I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary O - OSPF intra, OI - OSPF inter, OE...
route del [-net|-host] target [gw Gw] [netmask Nm] [[dev] If] 目标:192.168.1.3 网关:172.16.0.1 route del -host 192.168.1.3 目标:192.168.0.0 网关:172.16.0.1 route del -net 192.168.0.0 netmask 255.255.255.0 默认路由,网关172.16.0.1 route del default gw 172.16.0.1 netstat -t: tcp协议...
R1(config-route-map)#match ip address 2 R1(config-route-map)#set metric 7 R1(config-route-map)#exit R1(config)#route-map A permit 20 R1(config-route-map)#match ip address 3 R1(config-route-map)#set metric 5 R1(config-route-map)#exit R1(config)#router rip R1(config-router)#redis...
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 默认路由举例 5、动态路由 router(config)#ip routing 启动路由转发 router(config)#router rip 启动RIP路由协议。 router(config-router)#network 设置发布路由 ...
题目 某管理员在一Cisco2600的路由器上配置静态路由时使用如下命令:Router(config)#ip route 192.168.3.0 255.255.255.0 192.168.5.2其中192.168.5.2是( )的IP地址。 A.本地路由器接口B.目的网络主机C.下一跳路由器接口D.目的网络默认网关 相关知识点: 试题来源: 解析 C 反馈 收藏 ...
Questo output mostra un router EIGRP che ridistribuisce le route statiche, Open Shortest Path First (OSPF), RIP e Intermediate System-to-Intermediate System (IS-IS). router eigrp 1 network 10.10.108.0 redistribute static redistribute ospf 1 ...
Cisco Router(config)#access-list 1 permit 192.168.1.0 0.0.0.255Router(config)#ip nat pool wan 120.199.2.113 120.199.2.114 netmask 255.255.255.252Router(config)#ip nat inside source list 1 pool wan overloadRouter(config)#ip route 0.0.0.0 0.0.0.0 120.1
Directly attached IPv4 and IPv6 floating static route configuration IPv4 and IPv6 host addressing Addressing Table Instructions Step 1: Basic Device Configuration Perform a basic device configuration onMain. Configure the routerhostnameto the value in the addressing table. ...
Step 2 –Created static routes on each router to the new addresses R4(config)#ip route 5.5.5.5 255.255.255.255 10.1.45.1 R5(config)#ip route 4.4.4.4 255.255.255.255 10.1.45.2 !--- By adding static route. Step 3 –Configure BGP neighbors using eBGP multihop ...