Switches, Hubs, and Modems
1752806 Members
6148 Online
108789 Solutions
New Discussion юеВ

Re: HP procurv 2848

 
tobias Wester
Occasional Contributor

HP procurv 2848

i have added to extra ipaddresses to my default VLAN and will now remove them.

How do i do??

Config...

3 REPLIES 3
Mohieddin Kharnoub
Honored Contributor

Re: HP procurv 2848

Hi

If you telnet to the Switch, and excute enable command, issue the flowwing commands:

2848#show ip

Say you have for Vlan1: 192.168.1.1 - 172.16.1.1 - 10.1.1.1

And you want to remove the last 2 IPs

2848#config
2848(config)#no vlan 1 ip 172.16.1.1
2848(config)#no vlan 1 ip 10.1.1.1
2848(config)#show ip

it should show you that Vlan1 has one IP which is 192.168.1.1

Good Luck !!!
Science for Everyone
Joel Belizario
Trusted Contributor

Re: HP procurv 2848

As a general rule to undo something on a switch / router you repeat the command prefixed with a "no" as Mohieddin as described above.
tobias Wester
Occasional Contributor

Re: HP procurv 2848

thax