Replies: 1 comment 1 reply
-
This is |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
the result: atNetAddress="1.192.168.10" ... The IP address should not be in this style, the correct one should be 192.168.10.1
——————————————————————————————————————————————————
HELP atIfIndex The interface on which this entry's equivalence is effective - 1.3.6.1.2.1.3.1.1.1
TYPE atIfIndex gauge
atIfIndex{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="01:00:00:00:00:00"} 1
atIfIndex{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="0B:00:00:00:00:00"} 1
atIfIndex{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="0C:00:00:00:00:00"} 1
atIfIndex{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="28:00:00:00:00:00"} 1
atIfIndex{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="59:00:00:00:00:00"} 1
atIfIndex{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="B7:00:00:00:00:00"} 1
atIfIndex{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="C9:00:00:00:00:00"} 1
atIfIndex{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="DC:00:00:00:00:00"} 1
HELP atNetAddress The NetworkAddress (e.g., the IP address) corresponding to the media-dependent
physical' address. - 1.3.6.1.2.1.3.1.1.3 TYPE atNetAddress gauge atNetAddress{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="01:00:00:00:00:00"} 1 atNetAddress{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="0B:00:00:00:00:00"} 1 atNetAddress{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="0C:00:00:00:00:00"} 1 atNetAddress{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="28:00:00:00:00:00"} 1 atNetAddress{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="59:00:00:00:00:00"} 1 atNetAddress{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="B7:00:00:00:00:00"} 1 atNetAddress{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="C9:00:00:00:00:00"} 1 atNetAddress{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="DC:00:00:00:00:00"} 1 HELP atPhysAddress The media-dependent
physical' address - 1.3.6.1.2.1.3.1.1.2TYPE atPhysAddress gauge
atPhysAddress{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="01:00:00:00:00:00"} 1
atPhysAddress{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="0B:00:00:00:00:00"} 1
atPhysAddress{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="0C:00:00:00:00:00"} 1
atPhysAddress{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="28:00:00:00:00:00"} 1
atPhysAddress{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="59:00:00:00:00:00"} 1
atPhysAddress{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="B7:00:00:00:00:00"} 1
atPhysAddress{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="C9:00:00:00:00:00"} 1
atPhysAddress{atIfIndex="2",atNetAddress="1.192.168.10",atPhysAddress="DC:00:00:00:00:00"} 1
————————————————————————————————————————————————————
my config :
Beta Was this translation helpful? Give feedback.
All reactions