Start a Conversation

Unsolved

K

1 Rookie

 • 

10 Posts

28

August 28th, 2024 11:58

Address family in bgp os10

Hi,

Is it possible to have few address familly in bgp and assign them to secific neighbor?

I saw that in cisco but cant find in dell.

Regards

Moderator

 • 

8.9K Posts

August 28th, 2024 12:38

KonradWojtyra,

 

To assign aggregation only for specific neighbor BGP in OS10, you can use the "aggregate-address" command in the BGP configuration mode. This command allows you to specify the specific neighbor to which the aggregation should be applied.

 

Here is an example of how to configure aggregation for a specific neighbor in OS10:

 

(config)# router bgp <AS-number>
(config-router)# neighbor <neighbor-IP> aggregate-address <aggregated-network> summary-only

 

In the above example, replace <AS-number> with the autonomous system (AS) number, <neighbor-IP> with the IP address of the specific BGP neighbor, and <aggregated-network> with the network address you want to aggregate. The "summary-only" option ensures that only a summary route is advertised to the specified neighbor.

By using the "aggregate-address" command with the appropriate parameters, you can assign aggregation only for a specific neighbor in OS10.

 

Let me know if this helps.

 

 

1 Rookie

 • 

10 Posts

August 28th, 2024 12:43

Hi,

Have no option to type anything after neighbor <ip address>.

Regards

Moderator

 • 

8.9K Posts

August 28th, 2024 12:49

(config-router)# neighbor <neighbor-IP> aggregate-address <aggregated-network> summary-only

 

that should be entered as an entire command from the config-router prompt, not drilled down by folder.

 

If you still don't can you confirm the version of the OS you are using?

 

1 Rookie

 • 

10 Posts

August 29th, 2024 08:39

Dell SmartFabric OS10 Enterprise
Copyright (c) 1999-2024 by Dell Inc. All Rights Reserved.
OS Version: 10.5.5.10
Build Version: 10.5.5.10.253
Build Time: 2024-05-02T16:45:18+0000
System Type: S5232F-ON
Architecture: x86_64

Moderator

 • 

2.5K Posts

August 29th, 2024 10:33

Hi,

Could you try below cmnds

 

OS10(config)# router bgp <AS_NUMBER>

OS10(config-router)# address-family ipv4 unicast

OS10(config-router-af)# neighbor <NEIGHBOR_IP> activate
OS10(config-router-af)# neighbor <NEIGHBOR_IP> route-map <MAP_NAME> in/out

OS10(config-router)# address-family ipv6 unicast
OS10(config-router-af)# neighbor <NEIGHBOR_IP> activate

 

1 Rookie

 • 

10 Posts

August 29th, 2024 11:21

No access to thah.

Possible options below:

aggregate-address  Configure BGP aggregate entries
  bgp                Defines internal BGP routes redistribution in IGP
  dampening          Enable route-flap dampening
  default-metric     Set metric of redistributed routes
  distance           Define an administrative distance
  end                Exit to the exec Mode
  exit               Exit from current mode
  network            Enable routing on an IP network
  no                 no commands
  redistribute       Redistribute information from another routing protocol
  show               show configuration

Moderator

 • 

2.5K Posts

August 29th, 2024 11:38

as I can understand you havenot access to neighbor-specific address-family configuration. I'm thinking that you might need to change user roles to access all BGP commands. If possible, of course. I'm reviewing this doc  please also you can review https://dell.to/4dZxF6o 

No Events found!

Top