多选题What are two default routing policies on Junos devices?()AThe BGP import policy accepts all BGP routes.BThe BGP export policy rejects all active BGP routes.CThe OSPF import policy accepts all OSPF routes.DThe OSPF export policy accepts all active OSPF

题目
多选题
What are two default routing policies on Junos devices?()
A

The BGP import policy accepts all BGP routes.

B

The BGP export policy rejects all active BGP routes.

C

The OSPF import policy accepts all OSPF routes.

D

The OSPF export policy accepts all active OSPF routes.


相似考题
更多“多选题What are two default routing policies on Junos devices?()AThe BGP import policy accepts all BGP routes.BThe BGP export policy rejects all active BGP routes.CThe OSPF import policy accepts all OSPF routes.DThe OSPF export policy accepts all active OSPF ”相关问题
  • 第1题:

    Which two commands are needed to create and apply an export policy that advertises static routes to OSPF neighbors?()

    A.edit policy-options policy-statement policy-name set term 1 from protocol static set term 1 then accept

    B.edit ospf policy set from protocol static set 1 then accept

    C.set protocols OSPF export policy-name

    D.set protocols OSPF policy policy-name


    参考答案:A, C

  • 第2题:

    You have received a default route through BGP from your ISP and you want to redistribute it into OSPF.Which mehtod will accomplish this?()

    A. Apply an export policy to OSPF that exports the default route

    B. Apply an import policy to OSPF that imports the default route

    C. Apply the default-network command to OSPF

    D. Apply the redistribute-igp command to BGP


    参考答案:A

  • 第3题:

    Which command will apply a policy to redistribute static routes into OSPF?()

    • A、set protocols ospf import static-routes
    • B、set protocols ospf export static-routes
    • C、set routing-options static defaults readvertise
    • D、set routing-options static route 0.0.0.0/0 readvertise

    正确答案:B

  • 第4题:

    There are three static routes in the routing table that need to be announced to your OSPF peers. Which method is used to accomplish this?()

    • A、Apply an import policy to OSPF that injects the static routes into OSPF
    • B、Apply an import policy to the static routes that injects the static routes into OSPF
    • C、Apply an export policy to the static routes that injects the static routes into OSPF
    • D、Apply an export policy to OSPF that injects the static routes into OSPF

    正确答案:D

  • 第5题:

    A BGP router has the following configuration:  protocols{  bgp{  export[policy-1 policy-2 policy-3];  }}  policy-options{  policy-statementpolicy-2 {  termget-statics{  fromprotocol static;  thenaccept;  }  termreject-all {  thenreject;  }  }  policy-statementpolicy-1 {  termget-aggregate {  fromprotocol aggregate;  thenaccept;  }  termreject-all {  thenreject;  }  }  policy-statementpolicy-3 {  termget-ospf {  fromprotocol ospf;  thenaccept;  }  termreject-all {  thenreject;  }  }  }   Which policy term is evaluated first when exporting routes?()

    • A、get-ospf
    • B、reject-all
    • C、get-statics
    • D、get-aggregate

    正确答案:D

  • 第6题:

    You have received a default route through BGP from your ISP and you want to redistribute it into OSPF.Which method will accomplish this?()

    • A、Apply an export policy to OSPF that exports the default route
    • B、Apply an import policy to OSPF that imports the default route
    • C、Apply the default-network command to OSPF
    • D、Apply the redistribute-igp command to BGP

    正确答案:A

  • 第7题:

    What is the default export routing policy for EBGP?()

    • A、Accept all active BGP routes
    • B、Accept all BGP routes
    • C、Accept no routes
    • D、Accept all active IGP routes

    正确答案:A

  • 第8题:

    Which two commands are needed to create and apply an export policy that advertises static routes to OSPF neighbors?()

    • A、edit policy-options policy-statement policy-name set term 1 from protocol static set term 1 then accept
    • B、edit ospf policy set from protocol static set 1 then accept
    • C、set protocols OSPF export policy-name
    • D、set protocols OSPF policy policy-name

    正确答案:A,C

  • 第9题:

    What is the default import routing policy for OSPF?()

    • A、Accept all OSPF routes and install them into the inet.3 routing table.
    • B、Accept all OSPF routes and install them into the inet7.0 routing table.
    • C、Accept all OSPF routes and install them into the inet4.0 routing table.
    • D、Accept all OSPF routes and install them into the inet.0 routing table.

    正确答案:D

  • 第10题:

    What is true when designing OSPF import routing policy in JUNOS software?()

    • A、Import policies are not possible.
    • B、Import policies only match on external routes.
    • C、Import policies only match on internal routes.
    • D、Import policies can cause inconsistent link state databases.

    正确答案:B

  • 第11题:

    多选题
    Which two statements describe the default routing policy for BGP?()
    A

    Advertise only locally originated routes.

    B

    Accept all BGP routes and import into inet.0.

    C

    Advertise all active BGP routes.

    D

    Advertise only EBGP routes.


    正确答案: A,C
    解析: 暂无解析

  • 第12题:

    单选题
    A BGP router has the following configuration:  protocols{  bgp{  export[policy-1 policy-2 policy-3];  }}  policy-options{  policy-statementpolicy-2 {  termget-statics{  fromprotocol static;  thenaccept;  }  termreject-all {  thenreject;  }  }  policy-statementpolicy-1 {  termget-aggregate {  fromprotocol aggregate;  thenaccept;  }  termreject-all {  thenreject;  }  }  policy-statementpolicy-3 {  termget-ospf {  fromprotocol ospf;  thenaccept;  }  termreject-all {  thenreject;  }  }  }   Which policy term is evaluated first when exporting routes?()
    A

    get-ospf

    B

    reject-all

    C

    get-statics

    D

    get-aggregate


    正确答案: C
    解析: 暂无解析

  • 第13题:

    Your routing table contains four static routes which you need to redistribute to your OSPF peers. Which method would accomplish this?()

    A.Apply an import policy to OSPF; this will import the static routes into OSPF

    B.Apply an export policy to protocol "static"; this will export the routes to other protocols.

    C.Apply an import policy to the forwarding table; this will import the routes, allowing them to be forwarded to OSPF neighbors.

    D.Apply an export policy to OSPF; this will export the static routes to your OSPF neighbors.


    参考答案:D

  • 第14题:

    What is the default import routing for OSPF?()

    A. Accept all OSPF routes and install them into the 3 routing table

    B. Accept all OSPF routes and install them into the inet7.0 routing table

    C. Accept all OSPF routes and install them into the inet4.0 routing table

    D. Accept all OSPF routes and install them into the inet.0 routing table


    参考答案:D

  • 第15题:

    Which two statements describe the default routing policy for BGP?()

    • A、Advertise only locally originated routes.
    • B、Accept all BGP routes and import into inet.0.
    • C、Advertise all active BGP routes.
    • D、Advertise only EBGP routes.

    正确答案:B,C

  • 第16题:

    Your routing table contains four static routes which you need to redistribute to your OSPF peers. Which method would accomplish this?()

    • A、Apply an import policy to OSPF; this will import the static routes into OSPF
    • B、Apply an export policy to protocol "static"; this will export the routes to other protocols.
    • C、Apply an import policy to the forwarding table; this will import the routes, allowing them to be forwarded to OSPF neighbors.
    • D、Apply an export policy to OSPF; this will export the static routes to your OSPF neighbors.

    正确答案:D

  • 第17题:

    What is the default export routing policy for EBGP?()

    • A、Accept all active BGP routes.
    • B、Accept all BGP routes.
    • C、Accept no routes.
    • D、Accept all active IGP routes.

    正确答案:A

  • 第18题:

    What is the default export routing policy for RIP?()

    • A、Accept all local routes
    • B、Accept all RIP routes
    • C、Accept no routes
    • D、Accept all direct routes

    正确答案:C

  • 第19题:

    What is the default import routing for OSPF?()

    • A、Accept all OSPF routes and install them into the 3 routing table
    • B、Accept all OSPF routes and install them into the inet7.0 routing table
    • C、Accept all OSPF routes and install them into the inet4.0 routing table
    • D、Accept all OSPF routes and install them into the inet.0 routing table

    正确答案:D

  • 第20题:

    In JUNOS software, what is required to redistribute RIP routes into OSPF?()

    • A、Apply an export policy in RIP
    • B、Apply an import policy in RIP
    • C、Apply an export policy in OSPF
    • D、Apply an import policy in OSPF

    正确答案:C

  • 第21题:

    Which choice describes the JUNOS software default policy action for BGP routes?()

    • A、IBGP peers
    • B、EBGP peers
    • C、Active BGP peers
    • D、Established BGP peers

    正确答案:B

  • 第22题:

    多选题
    What are two default routing policies on Junos devices?()
    A

    The BGP import policy accepts all BGP routes.

    B

    The BGP export policy rejects all active BGP routes.

    C

    The OSPF import policy accepts all OSPF routes.

    D

    The OSPF export policy accepts all active OSPF routes.


    正确答案: A,D
    解析: 暂无解析

  • 第23题:

    多选题
    Which two commands are needed to create and apply an export policy that advertises static routes to OSPF neighbors?()
    A

    edit policy-options policy-statement policy-name set term 1 from protocol static set term 1 then accept

    B

    edit ospf policy set from protocol static set 1 then accept

    C

    set protocols OSPF export policy-name

    D

    set protocols OSPF policy policy-name


    正确答案: B,C
    解析: 暂无解析