11-22-2021 10:04 AM
mgmt vlan X
ip address 10.0.0.Y/24
enable
int vlan X
ip addresse 10.0.0.Y/24
exit
allows ping/ssh between all devices and PC H but not from an another subnet which could be configured via routing:
mgmt vlan
ip route 0.0.0.0 0.0.0.0 next_hop 10.0.0.254
exit
or
ip route 0.0.0.0 0.0.0.0 10.0.0.254
Thanks for your help.
Rodjeur
11-23-2021 04:22 AM
11-23-2021 05:58 AM
ip vrf FE vrfid 511
router bfd enable
int gi 1/48
encapsulation dot1q
vrf FE
brouter port 1/48 vlan 500 subnet 192.168.1.1/24
ip bfd enable
exit
int loopback 1
ip address 192.168.2.1/255.255.255.255
exit
router isis
ip-source-address 192.168.2.1
ip-tunnel-source-address 192.168.1.1 vrf FE
exit
logical-intf isis 1 dest-ip 192.168.1.2 name "INTERCONNECTION_FE"
isis
isis spbm 1
isis enable
bfd enable
exit
I don't have tried with CLIP address because my Fabric setup is for now connected to a legacy network and the wish is to use same subnet for the VSPs than for conventional switches. But maybe you have a great idea for a such setup...
Rodjeur
11-25-2021 04:32 AM
11-26-2021 05:50 AM