Product specifications
Enabling or Disabling IP Routing
82
5. SwitchHostName(config-if)#
ip helper-address xxx.xxx.xxx.xxx
(where x's equals the IP address of
the DHCP server)
6. SwitchHostName(config-if)#
exit
7. SwitchHostName(config)#
exit
.
8. SwitchHostName#
copy run start
n
Repeat these step for each VLAN that requires an IP-Helper.
Enabling or Disabling IP Routing
If the “No IP Routing” command does not show up in the show run output then IP Routing is enabled. This would
be located in the upper portion of the show run output. Here is an example from a Cisco C4948E and C4948-10GE
where IP Routing is Disabled:
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service compress-config
!
hostname Switch
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
vtp mode transparent
ip subnet-zero
no ip routing
To enable IP routing:
1. Use your terminal emulation program or telnet into switch.
2. SwitchHostName >
en
3. SwitchHostName #
conf t