Link to home
Start Free TrialLog in
Avatar of AXISHK
AXISHK

asked on

H3C Stack

How to setup and configure H3C 5500 4 Switches in stack ?

how to display mac and IP associated to which ports ?
Avatar of Oliver Kaiser
Oliver Kaiser
Flag of Austria image

Setting up IRF on H3C switches:

1. Preconfigure every IRF member in standalone mode to assign IRF member IDs and define priorities for your IRF members (highest priority = master)

<H3C>system-view
[H3C] irf member <member-id> <priority>

Open in new window


2. Bind physical ports to IRF ports (links you want to use to interconnect the IRFs)
<H3C>system-view
[H3C] irf-port <port-number>
[H3C-irf-port1/1] port group interface <port>

Open in new window


3. Enable enchanced IRF mode (required if IRF member count > 2)
<H3C>system-view
[H3C]irf mode enchanced

Open in new window


4. Save configuration
<H3C>save

Open in new window


5. Set operating mode to IRF (switch will automatically reboot!)
<H3C>system view
[H3C] chassis convert mode irf

Open in new window


Display mac addresses associated to an interface
<H3C> display mac-address interface <INTERFACE>

Open in new window


Display ip addresses associated to interfaces
<H3C> display ip int brief

Open in new window


Display ip address associated to mac addresses (arp table)
<H3C> display arp

Open in new window

Avatar of AXISHK
AXISHK

ASKER

What is IRF ? Any quick reference how to setup those stack cables ?

Tks again.
ASKER CERTIFIED SOLUTION
Avatar of Oliver Kaiser
Oliver Kaiser
Flag of Austria image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of AXISHK

ASKER

Tks