Configuring Rx-only
Last updated
Last updated
pbnoscli# configure terminal
pbnoscli(config)# interface ethernet Ethernet4/1
pbnoscli(config-if)# receive-only
pbnoscli(config-if)# endpbnoscli# show interface npb Ethernet4/1
===================================
Interface : Ethernet4/1
===================================
Ingress-vlan : 18
Egress-tagging : disable
Receive-only : enable
pbnoscli#pbnoscli# show running-config
configure terminal
interface ethernet Ethernet4/1
receive-only
!
interface mgmt
ip address 10.4.4.53/23 gateway 10.4.4.1
!
pbnoscli#