Sunday, April 14, 2013

Comware - Route Aggregation


Route-Aggregate is referred to as a RAGG in documentation

# ON the CORE
interface Route-Aggregation 2
 description TO_ENGINEERING
 ip address 10.100.100.17 30
 link-aggregation mode dynamic (Makes LACP RAGG. No entry for static RAGG) 

int Ten-GigabitEthernet1/0/1
 port link-mode route
 description “LINK_TO_ENGINEERING”
 port link-aggregation group 2

int Ten-GigabitEthernet1/0/2
 port link-mode route
 description LINK_TO_ENGINEERING
 port link-aggregation group 2


# ON the Engineering Router
interface Route-Aggregation 2
 description TO_CORE
 ip address 10.100.100.18 30
  link-aggregation mode dynamic (Makes LACP RAGG. No entry for static RAGG) 

interface Ten-GigabitEthernet1/0/1
 port link-mode route
 description LINK_TO_CORE
 port link-aggregation group 2

interface Ten-GigabitEthernet1/0/2
 port link-mode route
 description LINK_TO_CORE
 port link-aggregation group 2

No comments:

Post a Comment

Please add comments so I may update the material to accommodate platform modification to various commands. Also if you have some real-world caveats, do please share.

Search Duke

About the Author

My photo
Central Florida, United States