Download presentation
1
آشنایی با پروتکل BGP و Redistributing
نوشته : حسام غفاری
2
مقایسه پروتکل های IGP با BGP
3
نحوه کارکردAS_PATH
4
Internet assign number authority
5
مشخصات کلی RIR American registry internet numbers (ARIN) - in north America Latin America and Caribbean Network Information Centre (LACNIC) - in Latin America Reseaux IP Europeens Network Coordination Centre (RIPE NCC) - in Europe , Russia , middle east and central Asia Asia-pacific network information Centre (APNIC) - in Asia , Australia , new Zealand African Network Information Centre (afriNIC) - in Africa
6
ورژن 16 بیتی ASN
7
ورژن 32 بیتی ASN
8
Single homed design
9
Dual homed design
10
Single multihomed design
11
Dual multihomed design
12
How to config BGP (config)#router bgp <as-number> (config-router)#neighbor <ip-address> remote-as <neighbor as-number>
13
How to config BGP with dual links
(config)#router bgp <as-number> (config-router)#neighbor <ip address> update-source <ip address> (config-router)#neighbor <ip address> ebgp-multihop <ttl number> (config-router)#neighbor <ip address> remote-as <neighbor as-number> (config-router)#neighbor <ip address> password <string>
14
BGP neighbor states
15
BGP show commands switch#show ip bgp switch#show ip bgp summary switch#show ip bgp neighbors (config-router)#network <prefix> mask <subnet mask>
16
Difference between iBGP and eBGP
17
BGP looping
18
How to config iBGP
19
BGP route filtering commands
(config-router)#neighbor <ip address> distribute-list <standard OR extended ACL) in/out (config-router)#neighbor <ip address> prefix-list <name> in/out (config-router)#neighbor <ip address> route-map <name> in/out (config-router)#neighbor <ip address> filter-list in/out
20
BGP clear commands Switch#clear ip bgp*
Switch#clear ip bgp <neighbor-id> Switch#clear ip bgp <neighbor-id> in Switch#clear ip bgp <neighbor-id> soft in Switch#clear ip bgp <neighbor-id> out Switch#clear ip bgp <neighbor-id> soft out Switch#clear ip bgp <neighbor-id> soft Switch#clear ip bgp*soft
21
How to apply filtering with soft reconfiguration inbound
22
How to apply filtering without soft reconfiguration inbound
23
Show BGP table before and after filtering
24
BGP decision process (PA)
26
BGP weight command Neighbor [ip address] weight [value]
Neighbor [ip address] route-map in Route-map cisco permit 10 set weight [value]
27
BGP local_preference command
Bgp default local-preference [value] Neighbor [ip address] route-map [name] in Route-map cisco permit 10 Set local-preference [value]
28
BGP AS_PATH commands Route-map cisco permit 10
Set as-path prepend [values] Neighbor [ip address] route-map cisco in
29
Multi exit discriminator (MED)
30
BGP MED command Route-map cisco permit 10 Set metric [value]
Neighbor [ip address] route-map cisco out
31
Redistribution between OSPF and EIGRP
32
Redistribution between OSPF and EIGRP
33
Redistributing with EIGRP
34
EIGRP redistribute command
(config)#router eigrp 1 (config-router)#redistribute ospf 1 metric (config-router)#redistribute ospf 1 (config-router)#default-metric
35
EIGRP show ip route command
36
Redistributing with OSPF
37
Redistribute between OSPF and EIGRP
38
OSPF show commands output
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.