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

Seite von 721
BGP 
187
 Managed Switches
Or 
(Netgear Switch) #show ip bgp summary
IPv4 Routing .................................. Enable
BGP Admin Mode ................................ Enable
BGP Router ID ................................. 172.126.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 3: Create an iBGP Connection with a Loopback 
Interface
Loopback interface is often used as a BGP connection because it is always up on the 
network, unlike a physical port, for which the link might be down. This example shows how to 
set up an iBGP connection with loopback interface between Switches D and E. You create 
static routes or use an IGP protocol such as OSPF or RIP to configure the switch to reach the 
IP address of loopback interface.
Since NETGEAR BGP does not support multihop eBGP, eBGP cannot be established with 
loopback interface.
Configure iBGP on Switch D
1. 
Create VLAN 200 with IP address 172.126.2.1.
(Netgear Switch) #vlan database
(Netgear Switch) (Vlan) #vlan 200
(Netgear Switch) (Vlan) #vlan routing 200
(Netgear Switch) (Vlan) #exit
(Netgear Switch) #
(Netgear Switch) (Config) #interface 1/0/2
(Netgear Switch) (Interface 1/0/2) #vlan participation include 200
(Netgear Switch) (Interface 1/0/2) #interface vlan 200
(Netgear Switch) (Interface vlan 200) #ip address 172.126.2.1 /24