silent-interface 如果要使OSPF路由信息不被某一网络中的路由器获得,可使用本命令禁止在此接口上发送OSPF报文。你使用这个命令后,意思在vlan10的路由器无法通过ospf协议来获取路由。但是从其他接口还是可以的。只是对vlan10下挂的路由器失效了。
不同的进程可以对同一接口抑制收发OSPFv3报文,但silent-interface命令只对本进程已经使能的OSPFv3接口起作用,对其它进程的接口不起作用。 使用实例 # 禁止接口Vlanif10收发OSPFv3报文。 <HUAWEI>system-view [HUAWEI]ospfv3 1 [HUAWEI-ospfv3-1]silent-interface vlanif 10 ...
But the silent-interface command takes effect only on the OSPFv3 interface of the process. Example # Suppress Vlanif10 from sending and receiving OSPFv3 packets. <HUAWEI> system-view [HUAWEI] ospfv3 1 [HUAWEI-ospfv3-1] silent-interface vlanif 10...
interface-type interface-number:接口类型和编号。 all:抑制所有接口。 【举例】 # 将所有接口设置为抑制状态,随后激活指定接口Vlan-interface10。 <Sysname> system-view [Sysname] rip 100 [Sysname-rip-100] silent-interface all [Sysname-rip-100] undo silent-interface vlan-interface 10 [Sysname-rip-100]...
OSPF配置中的silent-interface的用途是什么? 相当于cisco的被动端口,就是该端口不开启ospf进程,只是将网段宣告。 该端口不收发hello,不建邻居。 免费海报制作在线编辑-无需PS-海报制作 免费海报制作下载。魔力设提供精美设计素材/模板,含矢量、psd、ai、c4d多种格式,广告 交换机配置silent-interface vlanif3起什么作...
silent-interface Vlan-interface10 area 0.0.0.0 network 192.168.1.0 0.0.0.255 使用这个命令后,意思在vlan10的路由器无法通过ospf协议来获取路由。 但是从其他接口还是可以的。只是对vlan10下挂的路由器失效了。 【命令】 silent-interface{interface-type interface-number|all} undosilent-interface{interface-type ...
silent-interface 如果要使OSPF路由信息不被某一网络中的路由器获得,可使用本命令禁止在此接口上发送OSPF报文。你使用这个命令后,意思在vlan10的路由器无法通过ospf协议来获取路由。但是从其他接口还是可以的。只是对vlan10下挂的路由器失效了。
在OSPF(开放最短路径优先)协议中,`silent-interface` 是一个命令,用于关闭特定接口上的OSPF路由更新的发送和接收。当在OSPF进程下执行 `silent-interface vlan-interface 10` 命令后,它将关闭VLAN 10上接口的OSPF路由更新功能。这意味着OSPF协议不会在这个VLAN上的接口发送或接收路由更新信息。然而,这并不意味着物理...
配置要点:1)核心交换机上也配置三个vlan,核心交换机与普通交换机之间相连的端口全配成trunck(Gi0...,跨网段的丢到vlan10的网关地址,即核心交换机,中转到路由器svi端口的解释如下,关键点是虚拟端口,物理上不存在,配置在vlan上 SVI是虚拟端口,物理上不存在,就是interface ...
silent-interface{interface-typeinterface-number|all} undo silent-interface{interface-typeinterface-number|all} View OSPF view Default level 2: System level Parameters interface-type interface-number: Specifies an interface by its type and number. ...