Approved and release: 4/19/16
Submitted for iTunes approval 4/12/16
added HP global commands:
vlan <1-256> tag <1-12>
vlan <1-256> untag <1-12>
fixed ip nat pool commands
fixed issue when disconnecting from multiple cables
Problem 1:
An issue was submitted which causes the App to crash. The problem takes place when removing a connection from a list of multiple cables connecting 2 devices. When a user selects the bottom cable for removal the App crashes.
Workaround/Fix:
It's not ideal but please remove all the cables connecting the 2 devices from the top down first. This will allow for the safe removal of all the cables. You'd be able to add new connections afterwards. Version 1.68 fixes this issue.
Problem 2:
A bug was found with the following commands:
ip nat pool WORD A.B.C.D A.B.C.D netmask A.B.C.D
ip nat pool WORD A.B.C.D A.B.C.D prefix-length <1-32>
Workaround/Fix:
Please use the command below until version 1.68 is released.
r1(config)# ip nat inside source list <1-199> interface fastethernet PORT/PORT overload
We apologize for the inconvenience and appreciate your patience.
Approved and released 04/11/16
Submitted for iTunes approval 3/31/16
This update includes a new device, an HP ProCurve switch, allowing for HP to Cisco trunk configurations and testing. Trunk here refers to Cisco's definition of trunk, a port that carries multiple VLANs.
Like our currently supported devices, you can configure the HP switches just as easily with the supported HP provision commands.
Supported provision manager level commands:
show running-config
show config (startup configuration)
show vlan
show vlan port <1-12>
show vlan port <1-12> detail
Supported provision global commands:
interface <1-12>
vlan <1-256>
Supported provision interface commands:
tag vlan <1-256>
untag vlan <1-256>
Supported provision vlan commands:
tag <1-12>
untag <1-12>
no tagged <1-12>
no untagged <1-12>
Example:
provision# conf
provision(config)#vlan 10
provision(vlan-10)#untag 2,4-5
In Cisco terms, the commands above configures ports 2, 4, and 5 to be access ports on vlan 10.
Released 3/31/16
Resubmitted for iTunes approval: 3/29/16
What's new:
fixed deny ACL network checking
other misc updates and fixes
HP switching will be available on version 1.67
Update: Approved and released 3/15/16
Submitted: 3/9/16
What's new:
added counters for matches in show access-lists and show ip access-lists commands
new host unreachable responses from ping when blocked by ACL
added router privileged commands:
clear ip dhcp binding *
clear ip dhcp binding A.B.C.D
added router configuraton commands:
no access-list [1-99]
no access-list [100-199]
updated ip config /all to display if DHCP is enabled and DHCP server
fixed extended ACL issues
updated outbound ACL checking
Problem:
Entry of extended access-list not working, eq configuration is also affected when entering the port number.
Outbound ACL not working.
Fix/Workaround:
This issue has been fixed in version 1.65 that was submitted.
Please use inbound ACLs until the update is release by iTunes.
Please enter extended access-list like so:
Router(config)#ip access-list extended 101
Router(config-ext-nacl)#permit tcp host 1.1.1.1 host 2.2.2.2 eq www
Router(config-ext-nacl)#permit ip host 10.10.10.10. host 2.2.2.2
We apologize for the inconvenience and appreciate your patience.