Brocade Network OS NETCONF Operations Guide v4.1.1 Instrukcja Użytkownika Strona 567

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 622
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 566
Network OS NETCONF Operations Guide 535
53-1003231-02
VRRP basic configuration example
35
Backup—Routers that belong to a virtual router but are not the master. Then, if the master
becomes unavailable, the backup router with the highest priority (a configurable value)
becomes the new master. By default, backup routers are given a priority of 100. You can assign
a backup a priority value of 3 through 254.
VRRP basic configuration example
The following procedures configure the basic configuration shown in Figure 8 on page 534 for
VRRP.
NOTE
The interface links used in this example are all 10 Gigabit Ethernet. For VRRP, these links could also
be Gigabit Ethernet, 40 Gigabit Ethernet, 100 Gigabit Ethernet, port-channel, or VE interface.
Configuring the master router
To create a basic master router configuration for Router 1 in Figure 8 on page 534, perform the
following steps.
1. Establish a NETCONF session with Router 1.
2. Issue the <edit-config> RPC to edit the running configuration.
3. Ensure VCS Fabric mode is enabled.
<vcsmode xmlns="urn:brocade.com:mgmt:brocade-vcs">
<vcs-mode>true</vcs-mode>
</vcsmode>
4. Globally enable VRRP and VRRP-E for the local routing bridge.
NOTE
The <vrrp/> leaf element enables both VRRP and VRRP-E globally.
<rbridge-id xmlns="urn:brocade.com:mgmt:brocade-rbridge">
<protocol xmlns="urn:brocade.com:mgmt:brocade-interface">
<hide-vrrp-holder xmlns="urn:brocade.com:mgmt:brocade-vrrp">
<vrrp/>
</hide-vrrp-holder>
</protocol>
</rbridge-id>
5. Configure the tengigabitethernet interface link for Router 1.
<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
<tengigabitethernet>
<name>101/1/6</name>
6. Configure the IP address of the Ethernet link interface for Router 1.
<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
<tengigabitethernet>
<ip>
<ip-config
xmlns="urn:brocade.com:mgmt:brocade-ip-config">
<address>
<address>192.53.5.1</address>
Przeglądanie stron 566
1 2 ... 562 563 564 565 566 567 568 569 570 571 572 ... 621 622

Komentarze do niniejszej Instrukcji

Brak uwag