Comware

 View Only
  • 1.  HP procurv 2848

    Posted Oct 12, 2006 03:35 AM
    i have added to extra ipaddresses to my default VLAN and will now remove them.

    How do i do??

    Config...



  • 2.  RE: HP procurv 2848

    Posted Oct 12, 2006 08:59 AM
    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 !!!


  • 3.  RE: HP procurv 2848

    Posted Oct 12, 2006 03:43 PM
    As a general rule to undo something on a switch / router you repeat the command prefixed with a "no" as Mohieddin as described above.


  • 4.  RE: HP procurv 2848

    Posted Oct 12, 2006 09:02 PM
    thax