
Using the Bay Command Console (BCC)
4-8
117383-D Rev 00
7.
Add IP (address 192.168.133.114) to ethernet/13/1.
ethernet/13/1# ip 192.168.133.114
Usage: "ip address <value> mask <value>"
Or: "ip <address>/<mask>"
Required parameter "mask" was not specified for ip.
The error message appears because the BCC requires you to enter a mask
value whenever you create an IP interface. Because the first octet of the
address is 192 (0xC0), this is a Class C address, requiring the first 3 octets to
be the network portion of the interface address. You can express the
corresponding mask value as either 255.255.255.0 (using dotted-decimal
notation) or 24 (the number of bits making up the network portion of the IP
interface address), as follows:
ethernet/13/1# ip 192.168.133.114/24
ip/192.168.133.114/255.255.255.0#
The BCC converts the integer representing the number of mask bits into a
dotted-decimal mask value, as shown in the last prompt.
8.
Check the values currently assigned to parameters of IP on this interface.
ip/192.168.133.114/255.255.255.0# info
state enabled
address 192.168.133.114
mask 255.255.255.0
assocaddr 0.0.0.0
cost 1
broadcast 0.0.0.0
configured-mac-address 0x
mtu-discovery off
mask-reply off
all-subnet-broadcast off
address-resolution arp
proxy off
host-cache-aging cache-off
udp-checksum on
end-station-support off
redirects on
cache-size 128
Comentários a estes Manuais