Burnov

导航

华为lab-rs-v1-2.9_OSPF区域34

需求:

  OSPF area 34不接受任何OSPF其他区域引入的外部路由信息,SW1只能把VLAN10所在IP网段引入到OSPF中,使用默认类型,tag为100。

拓扑:

  SW1、R3、R4在区域34中;需要指定为NSSA区域;

配置:

  R3配置如下:

ospf 1
    area 34
        nssa translator-always

  R4配置如下:

ospf 1
    area 34
        nssa no-import-route

  SW1交换机的配置

route-policy pl permit node 10
    if-match interface vlanfi10
    apply tag 100
ospf 1
    import-route direct route-policy pl
    area 34
        nssa

需求验证:

知识点:

 

posted on 2019-06-10 15:07  Burnov  阅读(338)  评论(0编辑  收藏  举报