<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Access Switches (XA 14xx) in band mgmt solution in Network Architecture &amp; Design</title>
    <link>https://community.extremenetworks.com/t5/network-architecture-design/access-switches-xa-14xx-in-band-mgmt-solution/m-p/71198#M2581</link>
    <description>&lt;P&gt;So, you are playing with freshly new features from release VOSS 8.3.1.&lt;/P&gt;&lt;P&gt;I think the answer to your problem is simply to configure a “mgmt” clip which will then be reachable in the fabric overlay (not underlay). Use:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;mgmt clip [vrf &amp;lt;vrf name&amp;gt;]&lt;BR /&gt;   ip address x.x.x.x/32&lt;BR /&gt;   enable&lt;BR /&gt;exit&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This would be a different CLIP from the ones you already configured.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jul 2021 21:01:18 GMT</pubDate>
    <dc:creator>Ludovico_Steven</dc:creator>
    <dc:date>2021-07-28T21:01:18Z</dc:date>
    <item>
      <title>Access Switches (XA 14xx) in band mgmt solution</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/access-switches-xa-14xx-in-band-mgmt-solution/m-p/71197#M2580</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are testing the XA access swithces to extend our fabric to remote sites, or for more advanced users who work from home who need more than just a VPN connection.&lt;/P&gt;&lt;P&gt;Currently, we are running 8.3.1 on the two XA devices. One is at the office, it’s the responder, and one at home. both are behind NAT.&lt;/P&gt;&lt;P&gt;At home, we are testing DHCP configuration that is new on 8.3.1 because normally internet links, or home users will have DHCP. Although we have some issues, we managed get the home XA to get an ip address from home router, and set the tunnelsourceaddress in the logical link to use the DHCP IP using “TunnelSourceType”.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works. However, the issue now is that I am not able to access the HOME XA from our corporate network to manage, or for the home XA to reach our corporate radius server (NAC CONTROL).&lt;/P&gt;&lt;P&gt;I tried to redistribute DIRECT routes on ISIS from both XAs so they can route to each other but it seems my CLIPS that are used for TunnelSourceAddresses are not being re-distributed.&lt;/P&gt;&lt;P&gt;Here is my config for the XA at Office (Which is connected to corporate fabric):&lt;/P&gt;&lt;P&gt;NOTE: Omitted standard&amp;nbsp; obvious ISIS config stuff to keep this short.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;#Responder XA which receives IPSEC Tunnels from remote sites/home.&lt;BR /&gt;spbm 1 ip enable&lt;BR /&gt;&lt;BR /&gt;interface Vlan 160&lt;BR /&gt;ip address 10.1.160.227 255.255.255.0 2&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt; interface loopback 1&lt;BR /&gt;ip address 1 10.1.1.226/255.255.255.255&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;router isis&lt;BR /&gt;sys-name "OFFICE-XA"&lt;BR /&gt;ip-tunnel-source-address 10.1.1.226&lt;BR /&gt;ipsec tunnel-source-address 10.1.160.227&lt;BR /&gt;is-type l1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;logical-intf isis 1 dest-ip 10.1.1.227 mtu 1500 name "TOHOME"&lt;BR /&gt;isis&lt;BR /&gt;isis hello-auth type hmac-sha-256&lt;BR /&gt;isis spbm 1&lt;BR /&gt;isis enable&lt;BR /&gt;auth-key ******&lt;BR /&gt;ipsec esp aes256gcm16-sha256&lt;BR /&gt;ipsec responder-only&lt;BR /&gt;ipsec&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as for the XA at home or at the remote site, which is behind NAT:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ip vrf underlay vrfid 1&lt;BR /&gt;&lt;BR /&gt;spbm 1 ip enable&lt;BR /&gt;&lt;BR /&gt;#Home User connect their network to port 1/4 in this example&lt;BR /&gt;&lt;BR /&gt;vlan create 4048 type port-mstprstp 0&lt;BR /&gt;vlan members 4048 1/4 portmember&lt;BR /&gt;&lt;BR /&gt;interface Vlan 4048&lt;BR /&gt;vrf underlay&lt;BR /&gt;&lt;BR /&gt;mgmt vlan 4048&lt;BR /&gt;mgmt dhcp-client vlan&lt;BR /&gt;&lt;BR /&gt;interface loopback 1&lt;BR /&gt;ip address 1 10.1.1.227/255.255.255.255 vrf underlay name "TEST1"&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;router isis&lt;BR /&gt;ip-tunnel-source-address 10.1.1.227 vrf underlay&lt;BR /&gt;is-type l1&lt;BR /&gt;&lt;BR /&gt;logical-intf isis 2 dest-ip 10.1.1.226 mtu 1500 name "TO-OFFICE"&lt;BR /&gt;isis&lt;BR /&gt;isis hello-auth type hmac-sha-256&lt;BR /&gt;isis spbm 1&lt;BR /&gt;isis enable&lt;BR /&gt;auth-key ******&lt;BR /&gt;ipsec esp aes256gcm16-sha256&lt;BR /&gt;&lt;BR /&gt;#X.Y.Z.Y is the Internet IP that gets NATTED to 10.1.160.227&lt;BR /&gt;ipsec remote-nat-ip X.Y.Z.Y&lt;BR /&gt;ipsec tunnel-source-address type dhcp vrf underlay&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;There could be a better way to design this, and I am not sure what is the best way to get this working as above, behind NAT, and IPSEC, DHCP and also be able to manage the home XA.&lt;/P&gt;&lt;P&gt;Any ideas, please let me know. Willing to re-configure to a better architecture if needs be.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jul 2021 06:30:45 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/access-switches-xa-14xx-in-band-mgmt-solution/m-p/71197#M2580</guid>
      <dc:creator>Chad5</dc:creator>
      <dc:date>2021-07-03T06:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Access Switches (XA 14xx) in band mgmt solution</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/access-switches-xa-14xx-in-band-mgmt-solution/m-p/71198#M2581</link>
      <description>&lt;P&gt;So, you are playing with freshly new features from release VOSS 8.3.1.&lt;/P&gt;&lt;P&gt;I think the answer to your problem is simply to configure a “mgmt” clip which will then be reachable in the fabric overlay (not underlay). Use:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;mgmt clip [vrf &amp;lt;vrf name&amp;gt;]&lt;BR /&gt;   ip address x.x.x.x/32&lt;BR /&gt;   enable&lt;BR /&gt;exit&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This would be a different CLIP from the ones you already configured.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 21:01:18 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/access-switches-xa-14xx-in-band-mgmt-solution/m-p/71198#M2581</guid>
      <dc:creator>Ludovico_Steven</dc:creator>
      <dc:date>2021-07-28T21:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Access Switches (XA 14xx) in band mgmt solution</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/access-switches-xa-14xx-in-band-mgmt-solution/m-p/71199#M2582</link>
      <description>&lt;P&gt;Yeah, I do tend to play with bleeding edge stuff, as I try to make things work for us, and provide feedback in tickets when needed.&lt;/P&gt;&lt;P&gt;DHCP was one of those things that was very necessary to deploy the XAs as most Internet access is usually DHCP and we would ship this device to a branch office configured to plug and play, so DHCP is important. DHCP still has some issues, but I understand it may take time to get it to work perfectly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the info. Yes, figured this out couple of days ago as I worked more on 8.2 vsp releases.&lt;/P&gt;&lt;P&gt;I also had to redistribute ISIS direct on both ends to add the routes needed.&lt;/P&gt;&lt;P&gt;I was curious why a vrf was added though for this setup, and why DHCP was added in mgmt, and then logical link would use a mgmt IP. instead of adding DHCP to a vlan (in non mgmt) and then make logical link use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 21:59:28 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/access-switches-xa-14xx-in-band-mgmt-solution/m-p/71199#M2582</guid>
      <dc:creator>Chad5</dc:creator>
      <dc:date>2021-07-28T21:59:28Z</dc:date>
    </item>
  </channel>
</rss>

