Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
encor wrong answers
#31
EC463

I didn't found Json example, but XML. I think first snippet is "target"

https://developer.cisco.com/docs/cisco-n...figuration

<target/> to specify what to modify (in this case "running" config)
<config/> is modification itself for the target config:

NETCONF edit-config to change device hostname

<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="">
  <edit-config>
    <target>
      <running/>
    </target>
    <config>
      <native xmlns="urn:ios">
        <hostname>CSR1K-REST1</hostname>
      </native>
    </config>
  </edit-config>
</rpc>


Also in the question EC463 "config:" already exist in "edit-config:", so most probably it should be "target:":

EC448:

There is not overload parameter configured.

I don't think it is PAT, but it is NAT. It is dynamically allocate one IP address from the pool to the internal hosts and keep the same IP to translate all traffic for the same host until allocation expired.

We don't now was it Telnet or something else from the provided output.

It looks like one hosts opened communication using NAT and one of the two available in the pool addresses was allocated for this host.

I would consider better answer is "The first packet..."
Reply


Messages In This Thread
encor wrong answers - by uglyprawn - 02-20-2021, 09:25 AM
RE: encor wrong questions - by uglyprawn - 02-20-2021, 11:10 AM
RE: encor wrong questions - by uglyprawn - 02-20-2021, 12:35 PM
RE: encor wrong questions - by uglyprawn - 02-20-2021, 02:09 PM
RE: encor wrong questions - by uglyprawn - 02-20-2021, 03:48 PM
RE: encor wrong answers - by uglyprawn - 02-20-2021, 04:50 PM
RE: encor wrong answers - by uglyprawn - 02-21-2021, 08:15 AM
RE: encor wrong answers - by uglyprawn - 02-21-2021, 09:24 AM
RE: encor wrong answers - by uglyprawn - 02-21-2021, 11:18 AM
RE: encor wrong answers - by uglyprawn - 02-22-2021, 09:26 AM
RE: encor wrong answers - by forumsupport - 02-22-2021, 07:55 PM
RE: encor wrong answers - by uglyprawn - 02-23-2021, 07:23 AM
RE: encor wrong answers - by uglyprawn - 02-23-2021, 01:36 PM
RE: encor wrong answers - by forumsupport - 02-23-2021, 05:57 PM
RE: encor wrong answers - by forumsupport - 02-23-2021, 07:30 PM
RE: encor wrong answers - by uglyprawn - 02-24-2021, 12:37 PM
RE: encor wrong answers - by alsarh86 - 03-16-2021, 05:51 AM
RE: encor wrong answers - by uglyprawn - 03-19-2021, 12:25 PM
RE: encor wrong answers - by tminerd - 04-28-2021, 01:34 PM
RE: encor wrong answers - by tminerd - 04-28-2021, 06:51 PM
RE: encor wrong answers - by tminerd - 04-28-2021, 08:52 PM
RE: encor wrong answers - by forumsupport - 05-01-2021, 12:28 PM
RE: encor wrong answers - by gamahtron - 07-24-2021, 07:52 PM
RE: encor wrong answers - by glas17 - 07-21-2021, 03:05 AM
RE: encor wrong answers - by gamahtron - 07-25-2021, 10:27 AM
RE: encor wrong answers - by forumsupport - 07-26-2021, 11:47 AM
EC199 - by glas17 - 08-01-2021, 04:29 AM
RE: encor wrong answers - by glas17 - 08-02-2021, 03:50 AM
EC447 - by glas17 - 08-03-2021, 04:54 AM
RE: encor wrong answers - by forumsupport - 08-07-2021, 11:51 AM
RE: encor wrong answers - by eduncan - 10-25-2021, 08:48 PM
RE: encor wrong answers - by glas17 - 08-08-2021, 05:05 AM
RE: encor wrong answers - by glas17 - 08-08-2021, 03:56 PM
RE: encor wrong answers - by glas17 - 08-08-2021, 09:43 PM
RE: encor wrong answers - by blakearussell - 08-10-2021, 05:38 PM
RE: encor wrong answers - by forumsupport - 08-14-2021, 06:33 PM

Forum Jump:


Users browsing this thread: 4 Guest(s)