If you are able to ping Cisco side p2p IP then Cisco side also need to be configure with "ip nat isnide" on private interface and "ip nat outside" on global interface which is connected to ISP directly also one acl need to be define on cisco which can be "ip nat inside source"
If you do not have access to Cisco then break the password if it is your device and if not then please contact ISP accordingly as vice versa default route also need to be set on Cisco.
Also please configure one more address group (1) with public IP segment and where you used "nat outbound 2001 address-group 1"
It can be confugred like this
"nat address-group 1 146.83.95.2 146.83.95.6"
by configuring above all these public IPs can be allocated dynamiclly to inside IP addresses, if you want to use some of them for your internal server then please reduce the size from 146.83.95.2 146.83.95.6 to whatever you like, I used on one customer only 2 and 3 and it is working fine.
Your WAN interface configuration should be like this.
interface XGigabitEthernet0/0/1.4dot1q termination vid 30ip address 146.83.95.1 255.255.255.240nat outbound 2011 address-group 1
Thank you.
Kindest regards,
Uzair