Brocade Mobility RFS Controller CLI Reference Guide (Supporting software release 5.5.0.0 and later) User Manual

Page 695

Advertising
background image

682

Brocade Mobility RFS Controller CLI Reference Guide

53-1003098-01

7

no ip address [helper-address <IP>|nat]

no ip address dhcp client request options all

no ip ospf

[authentication|authentication-key|bandwidth|cost|message-digest-key|

priority]

Example

The following example shows the VLAN interface settings before the ‘no’

commands are executed:

rfs7000-37FABE(config-profile-default-rfs7000-if-vlan8)#show context

interface vlan8

description This\ VLAN\ interface\ is\ configured\ for\ the\ Sales\ Team

ip address 10.0.0.1/8

ip dhcp client request options all

ip helper-address 172.16.10.3

ip nat inside

crypto map map1

dhcp-relay-incoming

rfs7000-37FABE(config-profile-default-rfs7000-if-vlan8)#

rfs7000-37FABE(config-profile-default-rfs7000-if-vlan8)#no crypto map

rfs7000-37FABE(config-profile-default-rfs7000-if-vlan8)#no description

no ip address

Removes or reverts interface IP settings

address – Removes IP addresses configured for this interface, depending on the options used while
setting the address

helper-address <IP>

Disables the forwarding of DHCP and BOOTP packets to the configured helper IP address

<IP> – Specify the IP address of the DHCP or BOOTP server.

nat

Disables NAT for this interface

no ip address

Removes or reverts interface IP settings

address – Removes IP addresses configured for this interface, depending on the options used while
setting the address

dhcp

Removes DHCP client request configured for this interface

client

Removes a DHCP client

request

Removes DHCP client request

options

Removes DHCP client request options

all

Removes all DHCP client request options

no ip ospf

Removes or reverts interface IP settings

ospf – Removes OSPF settings

authentication

Removes OSPF authentication scheme

authentication-key

Removes the authentication key associated with this layer 3 interface

bandwidth

Removes the bandwidth configured for the physical port mapped to this layer 3 interface

cost

Removes the OSPF cost configured for this layer 3 interface

message-digest-key
<KEY-ID>

Removes the message digest authentication key identified by the <KEY-ID> keyword.

priority

Removes the OSPF priority configured for this layer 3 interface

Advertising