Netgear M5300-28G-POE+ (GSM7228PSv1h2) - 12-Port Managed Gigabit Switch Ratgeber Für Administratoren

Seite von 721
BGP 
184
Managed Switches 
Or use show ip bgp summary to display a summary of all neighbors.
(Netgear Switch) #show ip bgp summary
IPv4 Routing .................................. Enable
BGP Admin Mode ................................ Enable
BGP Router ID ................................. 192.168.1.1
Local AS Number ............................... 100
Number of Network Entries ..................... 2
Number of AS Paths ............................ 0
Neighbor        ASN  MsgRcvd   MsgSent        State       Up/Down Time  Pfx Rcvd
---------     ----- --------     -------- -------------     -------------- ---------
172.126.1.2      200      368      875        ESTABLISHED  0:21:11:24         0
192.168.1.2      100      2262     2648       ESTABLISHED  0:03:22:45         0
192.168.3.1      100      22       26         ESTABLISHED  0:02:11:15         0
Example 2: Create eBGP on Switches A and D
This example shows how to configure external BGP among switches in different ASs. In 
179, Switches A and D are in different ASs. Switch A is in AS 
100 and Switch D in AS 200. This example shows how to establish the eBGP session 
between Switch A and Switch D.
Configure eBGP on Switch A
1. 
Create VLAN 100 and assign IP address 172.126.1.1.
(Netgear Switch) #vlan database
(Netgear Switch) (Vlan) #vlan 100
(Netgear Switch) (Vlan) #vlan routing 100
(Netgear Switch) (Vlan) #exit
(Netgear Switch) #
(Netgear Switch) (Config) #interface 1/0/1
(Netgear Switch) (Interface 1/0/1) #interface 1/0/1
(Netgear Switch) (Interface 1/0/1) #vlan pvid 100
(Netgear Switch) (Interface 1/0/1) #vlan participation include 100
(Netgear Switch) (Interface 1/0/1) #interface vlan 100
(Netgear Switch) (Interface vlan 100) #ip address 172.126.1.1 /24