mirror of
https://github.com/gnu4cn/ccna60d.git
synced 2024-05-21 04:55:00 +08:00
update
This commit is contained in:
@@ -527,4 +527,4 @@ Fa0/0 1 0/0 1 0/1 50 0
|
||||
|
||||
在EIGRP网络中,静态邻居关系的使用是十分罕见的。这主要是因为手动邻居配置在大型网络中无法适应其规模。但重要的是明白在思考IOS软件中为何还是有此选项,以及在什么情况下可以运用到此特性。使用静态邻居配置的一个主要实例,就是在那些没有广播或多播数据原生支持的传输介质,比如帧中继上,部署EIGRP的情况下(A prime example of when static neighbour configuration could be used would be in a situation where EIGRP is being deployed across media that does not natively support Broadcast or Multicast packets, such as Frame Relay)。
|
||||
|
||||
|
||||
另一实例就是,为了在多路访问网络,比如以太网上,仅有少数几台开启了EIGRP的路由器时,为了防止发送不必要的EIGRP数据包的情形。在此情况下,除开基本的EIGRP配置,还必须在本地路由器上对所有静态EIGRP邻居配置`neighbour`命令。如果一台路由器被配置为使用单播(静态),而其它路由器又被配置为使用多播(动态),那么这些开启了EIGRP的路由器是不会建立邻接关系的(EIGRP-enabled routers will not establish an adjacency if one router is configured to use Unicast(static) while another uses Multicast(dynamic))。
|
||||
|
||||
Reference in New Issue
Block a user