cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
8085
Views
0
Helpful
4
Replies

WS-C4507R show mac address comand output static ip,ipx,assigned,other

Hi

When issuing the show mac address-table address aaaa.aaaa.aaaa on a  WS-C4507R, I received the next output. what "static ip,ipx,assigned,other

Switch" means?

Unicast Entries

vlan   mac address     type        protocols               port

-------+---------------+--------+---------------------+--------------------

   1    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

   6    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

   7    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

  10    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

119    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

120    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

121    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

122    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

128    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

129    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

130    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

131    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

132    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

133    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

134    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

135    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

139    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

140    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

142    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

143    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

184    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

189    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

190    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

197    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

228    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

229    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

230    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

231    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

232    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

233    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

234    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

235    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

236    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

237    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

238    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

239    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

240    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

241    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

242    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

243    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

244    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

360    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

362    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

364    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

368    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

372    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

374    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

380    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

384    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

388    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

411    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

700    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

1 Accepted Solution

Accepted Solutions

Arumugam Muthaiah
Cisco Employee
Cisco Employee

Hi Esteban,

It is normal to have this output. Example if there says IPX that just means that is capable is not saying that is receiving IPX.

Unicast Entries

vlan   mac address     type        protocols               port

-------+---------------+--------+---------------------+--------------------

   1    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch

   6    aaaa.aaaa.aaaa    static ip,ipx,assigned,other  Switch


Description:

static means that the mac address was configured or hardcoded manually on that port.

dynamic means that the port learned the mac address dynamically.

For the MAC address table entries that are used by the routed ports, the routed port name is displayed in the "vlan" column not the internal VLAN number.

The keyword definitions for the protocol variable are as follows:

  • IP Specifies the IP protocol
  • IPX Specifies the IPX protocol.
  • Assigned Specifies assigned protocol bucket accounts for such protocols as DECnet, Banyan VINES, and AppleTalk
  • other specifies the other protocol entries

Please inform me if