Uploaded image for project: 'vpp'
  1. vpp
  2. VPP-1225

NAT44: static mapping is added to resolution vector if failed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • 18.04
    • None
    • S-NAT
    • None

      DBGvpp# set int ip address GigabitEthernet0/8/0 172.16.2.1/24
      DBGvpp# show nat44 static mappings
      NAT44 static mappings:
      DBGvpp# nat44 add static mapping tcp local 10.0.0.3 1234 external GigabitEthernet0/8/0 2345
      nat44 add static mapping: External addres must be allocated.
      DBGvpp# show nat44 static mappings
      NAT44 static mappings:
      tcp local 10.0.0.3:1234 external GigabitEthernet0/8/0:2345 vrf -1
      DBGvpp# nat44 add static mapping tcp local 10.0.0.3 1234 external GigabitEthernet0/8/0 2345 del
      nat44 add static mapping: Mapping not exist.
      DBGvpp# show nat44 static mappings
      NAT44 static mappings:
      DBGvpp#

            matfabia Matus Fabian
            matfabia Matus Fabian
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: