NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

Remove trunked ifgrp from broadcast domain

hello-jon
5,717 Views

We're cleaning up a production 8.3P1 cDOT filer the existing default-network broadcast domain is below:

 

 

IPspace Broadcast                                         Update
Name    Domain Name    MTU  Port List                     Status Details
------- ----------- ------  ----------------------------- --------------
Cluster Cluster       9000
                            nas1-01:e0a                 complete
                            nas1-01:e0b                 complete
                            nas1-02:e0a                 complete
                            nas1-02:e0b                 complete
Default Default-Mgmt  1500
                            nas1-01:e0M                 complete
                            nas1-02:e0M                 complete
        Default-Network
                      9000
                            nas1-01:a0a                 complete
                            nas1-01:a0a-7               complete
                            nas1-01:a0a-8               complete
                            nas1-01:a0a-9               complete
                            nas1-02:a0a                 complete
                            nas1-02:a0a-7               complete
                            nas1-02:a0a-8               complete
                            nas1-02:a0a-9               complete

 

 

If I remove a0a, which has no SVMs directly assigned to it, will that disrupt network access to the SVMs assigned to its VLANs (7,8,9)?  Long term I am going to move each VLAN into its own broadcast domain.

 

1 ACCEPTED SOLUTION

J_curl
5,519 Views

looks just how we do it here.  should be no issues

View solution in original post

3 REPLIES 3

J_curl
5,668 Views

I think you cannot remove a0a when VLAN ports are present.  Or you mean just remove from broadcast domain?  I think it might be best just to split each VLAN to new broadcast domain.  non-disruptive.  

hello-jon
5,614 Views

Thanks J_curl for the response, this is what I am thinking of implementing, does it look good to you?

 

 

IPspace Broadcast                                         Update
Name    Domain Name    MTU  Port List                     Status Details
------- ----------- ------  ----------------------------- --------------
Cluster Cluster        9000
                            nas1-01:e0a                 complete
                            nas1-01:e0b                 complete
                            nas1-02:e0a                 complete
                            nas1-02:e0b                 complete
Default Default-Mgmt   1500
                            nas1-01:e0M                 complete
                            nas1-02:e0M                 complete
Default VLAN2          1500
                            nas1-01:a0a-2               complete
                            nas1-02:a0a-2               complete                      
Default VLAN17         1500
                            nas1-01:a0a-17              complete
                            nas1-02:a0a-17              complete
Default VLAN6          9000
                            nas1-01:a0a-6               complete
                            nas1-02:a0a-6               complete

 

J_curl
5,520 Views

looks just how we do it here.  should be no issues

Public