Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Make sure the 128T has been restarted
device on the conductor

show device-interface router SSR-top

node1.SSR-top:ge-3    false    n/a     >>>   this is the none-forwarding HA link ( for sync state ) = Link interface

node1.SSR-top:ge-4    true      00:e0:ed:db:5a:10  >>>> this is the HA fabric ( forwarding )

Code Block
titleshow device-interface
collapsetrue
Mon 2022-06-27 18:33:25 UTC
Retrieving device interface information...

===================== ============ ============== ==================== ==================== =================== ===================
 Name                  Forwarding   Admin Status   Operational Status   Provisional Status   Redundancy Status   MAC Address
===================== ============ ============== ==================== ==================== =================== ===================
 node1.SSR-top:ge-1    true         up             up                   up                   non-redundant       00:e0:ed:db:5a:0d
 node1.SSR-top:ge-2    false        n/a            n/a                  n/a                  n/a                 n/a
 node1.SSR-top:ge-3    false        n/a            n/a                  n/a                  n/a                 n/a
 node1.SSR-top:ge-4    true         up             up                   up                   non-redundant       00:e0:ed:db:5a:10
 node1.SSR-top:ge-5    false        n/a            n/a                  n/a                  n/a                 n/a
 node1.SSR-top:ge-6    false        n/a            n/a                  n/a                  n/a                 n/a
 node1.SSR-top:lte-0   true         down           unknown              up                   non-redundant       d2:97:2b:d6:8c:99
 
 node2.SSR-top:ge-1    true         up             up                   up                   non-redundant       00:e0:ed:db:5d:9c
 node2.SSR-top:ge-2    false        n/a            n/a                  n/a                  n/a                 n/a
 node2.SSR-top:ge-3    false        n/a            n/a                  n/a                  n/a                 n/a
 node2.SSR-top:ge-4    true         up             up                   up                   non-redundant       00:e0:ed:db:5d:9f
 node2.SSR-top:ge-5    false        n/a            n/a                  n/a                  n/a                 n/a
 node2.SSR-top:ge-6    false        n/a            n/a                  n/a                  n/a                 n/a
 node2.SSR-top:lte-0   true         down           unknown              up                   non-redundant       3e:7b:3b:e2:8c:22



device ( in linux )

ip a

enp3s0f1:  UP but no IP address

team-enp3s0f1:    172.16.1.1/30

Code Block
titleip a
collapsetrue
[t128@sn9103210032 ~]$ ip a

8: enp3s0f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master team-enp3s0f1 state UP group default qlen 1000
    link/ether 00:e0:ed:db:5a:0f brd ff:ff:ff:ff:ff:ff
    inet6 fe80::2e0:edff:fedb:5a0f/64 scope link
       valid_lft forever preferred_lft forever
. . .
17: team-enp3s0f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 00:e0:ed:db:5a:0f brd ff:ff:ff:ff:ff:ff
    inet 172.16.1.1/30 brd 172.16.1.3 scope global team-enp3s0f1
       valid_lft forever preferred_lft forever
    inet6 fe80::2e0:edff:fedb:5a0f/64 scope link
       valid_lft forever preferred_lft forever
[t128@sn9103210032 ~]$


ping the HA redundant link ( no forwarding ) of node2

ping 172.16.1.2


Code Block
titleping
collapsetrue
[t128@sn9103210032 ~]$ ping 172.16.1.2
PING 172.16.1.2 (172.16.1.2) 56(84) bytes of data.
64 bytes from 172.16.1.2: icmp_seq=1 ttl=64 time=0.234 ms
64 bytes from 172.16.1.2: icmp_seq=2 ttl=64 time=0.208 ms


Network interfaces