• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/6

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

6 Cards in this Set

  • Front
  • Back
distribute-list in for OSPF
Router(config)# access-list 50 deny 100.200.100.1
Router(config)# access-list 50 permit any

Router(config)# router ospf 10
Router(config-router)# distribute-list 50 in
Policy Based Routing with Route Map
Router(config)# access-list 101 permit ip any host 10.1.1.1
Router(config)# route-map reroute10traffic permit 10
Router(config-route-map)#match ip address 101
Router(config-route-map)#set interface Fa3/0

Router(config)# interface Fast Ethernet 3/0
Router(config-if)#ip policy route-map reroute10traffic
Add Prefix list to BGP
neighbor x.x.x.x prefix-list <PREFIX-LIST> <IN/OUT>
Add Route Map to BGP
neighbor x.x.x.x route-map <ROUTE-MAP> <IN/OUT>
Prefix List Example
ip prefix-list <NAME> seq 1 <PERMIT/DENY> <IP>/<CIDR> <LE/GE> <CIDR>
redistribute OSPF into EIGRP
router eigrp 1
redistribute ospf 1 route-map ospf-to-eigrp