I was looking through the startup-config on a router I "inherited" at my job. In the below excerpt I noticed a shutdown statement. What would this do if the router was restarted?
---------------------------------- interface Vlan8 no ip address ip helper-address 192.168.6.234 shutdown ! interface Vlan9 ip address 192.168.9.254 255.255.255.0 ----------------------------------
This conversation is currently closed to new comments.
I wasn't sure if it would only shut down that interface or shut down the router itself. I don't see the reason for that statement now. I will take it out.
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Is this okay to have in the startup-config on a router?
----------------------------------
interface Vlan8
no ip address
ip helper-address 192.168.6.234
shutdown
!
interface Vlan9
ip address 192.168.9.254 255.255.255.0
----------------------------------