cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
453
Views
2
Helpful
2
Replies

changing a subnet mask in production

michael18
Level 1
Level 1

I have four SVIs in the same HSRP group. I need to increase the size of the subnet by changing from /22 to /21. the SVI IP and gateway wont change, just the mask. Is it safe to do this in production hours or can it cause issues?

 

1 Accepted Solution

Accepted Solutions

marce1000
Hall of Fame
Hall of Fame

 

  - I think it cause issues , because there 'is also HSRP' ; ref https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/9-x/unicast/configuration/guide/l3_cli_nxos/l3_hsrp.pdf
     >....Guidelines and Limitations for HSRP
     >...
     >For IPv4, the virtual IP address must be in the same subnet as the interface IP address.

     There could be unwanted side effects on  a hot-production environment. If you decide to
     proceed the use the command terminal monitor on the switch to get console messages too.

  M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

View solution in original post

2 Replies 2

marce1000
Hall of Fame
Hall of Fame

 

  - I think it cause issues , because there 'is also HSRP' ; ref https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/9-x/unicast/configuration/guide/l3_cli_nxos/l3_hsrp.pdf
     >....Guidelines and Limitations for HSRP
     >...
     >For IPv4, the virtual IP address must be in the same subnet as the interface IP address.

     There could be unwanted side effects on  a hot-production environment. If you decide to
     proceed the use the command terminal monitor on the switch to get console messages too.

  M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Thanks Marce

Ill do it out of hours to be on the safe side.