summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-interfaces-wwan.xml.in
blob: 3682282a3768f7034f26cccf66a90d6d0cb1e638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="show">
    <children>
      <node name="interfaces">
        <children>
          <tagNode name="wwan">
            <properties>
              <help>Show specified Wireless Wire Area Network (WWAN) interface information</help>
              <completionHelp>
                <path>interfaces wwan</path>
                <script>cd /sys/class/net; ls -d wwan*</script>
              </completionHelp>
            </properties>
            <command>${vyos_op_scripts_dir}/interfaces.py show --intf-name="$4" --intf-type=wirelessmodem</command>
            <children>
              <leafNode name="capabilities">
                <properties>
                  <help>Show WWAN module capabilities</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/show_wwan.py --interface=$4 --capabilities</command>
              </leafNode>
              <leafNode name="firmware">
                <properties>
                  <help>Show WWAN module firmware</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/show_wwan.py --interface=$4 --firmware</command>
              </leafNode>
              <leafNode name="imei">
                <properties>
                  <help>Show WWAN module IMEI/ESN/MEID</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/show_wwan.py --interface=$4 --imei</command>
              </leafNode>
              <leafNode name="imsi">
                <properties>
                  <help>Show WWAN module IMSI</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/show_wwan.py --interface=$4 --imsi</command>
              </leafNode>
              <leafNode name="model">
                <properties>
                  <help>Show WWAN module manufacturer</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/show_wwan.py --interface=$4 --model</command>
              </leafNode>
              <leafNode name="msisdn">
                <properties>
                  <help>Show WWAN module MSISDN</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/show_wwan.py --interface=$4 --msisdn</command>
              </leafNode>
              <leafNode name="revision">
                <properties>
                  <help>Show WWAN module revision</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/show_wwan.py --interface=$4 --revision</command>
              </leafNode>
              <leafNode name="signal">
                <properties>
                  <help>Show WWAN module RF signal info</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/show_wwan.py --interface=$4 --signal</command>
              </leafNode>
              <leafNode name="sim">
                <properties>
                  <help>Show WWAN module connected SIM card information</help>
                </properties>
                <command>sudo ${vyos_op_scripts_dir}/show_wwan.py --interface=$4 --sim</command>
              </leafNode>
              <leafNode name="detail">
                <properties>
                  <help>Show WWAN module detailed information summary</help>
                </properties>
                <command>if cli-shell-api existsActive interfaces wwan $4; then mmcli --modem ${4#wwan}; else echo "Interface \"$4\" unconfigured!"; fi</command>
              </leafNode>
              <leafNode name="log">
                <properties>
                  <help>Show interface log for specified interface</help>
                </properties>
                <command>echo not implemented</command>
              </leafNode>
            </children>
          </tagNode>
          <node name="wwan">
            <properties>
              <help>Show Wireless Modem (WWAN) interface information</help>
            </properties>
            <command>${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=wwan</command>
            <children>
              <leafNode name="detail">
                <properties>
                  <help>Show detailed Wireless Modem (WWAN( interface information</help>
                </properties>
                <command>${vyos_op_scripts_dir}/interfaces.py show --intf-type=wwan</command>
              </leafNode>
            </children>
          </node>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>