Chapter 26 UPnP
ZyWALL Series CLI Reference Guide
216
The following example displays the Zyxel Device’s port mapping entries and removes the entry with the
specified port number and protocol type.
Router# configure terminal
Router(config) # show ip upnp port-mapping
No: 0
Remote Host: (null)
Client Type: upnp
External Port: 1122
Protocol: tcp
Internal Port: 1122
Internal Client: 172.16.1.2
Description: test1
No: 1
Remote Host: (null)
Client Type: upnp
External Port: 5566
Protocol: tcp
Internal Port: 5566
Internal Client: 172.16.1.2
Description: test2
Router(config)# no ip upnp port-mapping port 5566 type tcp
Router(config)# show ip upnp port-mapping
No: 0
Remote Host: (null)
Client Type: upnp
External Port: 1122
Protocol: tcp
Internal Port: 1122
Internal Client: 172.16.1.2
Description: test1
Router(config)#